The pre-commit hook now delegates to .yamllint.yaml, but CI may only run pre-commit or skip yamllint entirely. Add an explicit yamllint --config-file .yamllint.yaml . step to the CI workflow so the single config is validated independently of the hook framework, closing the loop on divergence between local and CI runs.
Follow-up from #154
The pre-commit hook now delegates to .yamllint.yaml, but CI may only run pre-commit or skip yamllint entirely. Add an explicit
yamllint --config-file .yamllint.yaml .step to the CI workflow so the single config is validated independently of the hook framework, closing the loop on divergence between local and CI runs.Follow-up from #154