Add a GitHub Actions job that runs yamllint on the Kubernetes manifests in files/.
Catches indentation mistakes, trailing whitespace, duplicate keys, and other structural issues in YAML files that would otherwise only surface at deploy time.
A .yamllint.yml config may be needed to relax rules that conflict with the project's style (e.g., line length).
Add a GitHub Actions job that runs yamllint on the Kubernetes manifests in
files/.Catches indentation mistakes, trailing whitespace, duplicate keys, and other structural issues in YAML files that would otherwise only surface at deploy time.
A
.yamllint.ymlconfig may be needed to relax rules that conflict with the project's style (e.g., line length).