You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci(lint): replace yamllint action with make target, add kyaml mode
Drop the ibiqlik/action-yamllint GitHub Action in favour of a plain
`make yamllint` invocation. The new target runs yamllint (with -f
github for CI annotations) followed by yamlfmt -lint -quiet. Switch
yamlfmt to kyaml mode for Kubernetes-native YAML canonicalization.
Align exclude lists between .yamllint and .yamlfmt configs, tighten
yamllint coverage by removing config/default and config/manager from
the ignore list.
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments