Update .gitea/workflows/lint.yaml
All checks were successful
Lint and Check / lint (push) Successful in 3s

This commit is contained in:
ab
2025-04-13 10:42:06 +00:00
parent e45958df71
commit 78f8ca13a5

View File

@ -13,4 +13,10 @@ jobs:
name: Setup Kubeconform
- name: Kubeconform
continue-on-error: true
run: find . -name '*.yaml' ! -name '*values.yaml' ! -path './.gitea/*' -print0 | xargs -0 kubeconform -summary -verbose -output pretty -ignore-missing-schemas
run: find . \
-name '*.yaml' \
! -name '*values.yaml' \
! -path './.gitea/*' -print0 | \
xargs -0 kubeconform -summary -verbose -output pretty -ignore-missing-schemas \
-schema-location "https://raw.githubusercontent.com/jetstack/cert-manager/master/deploy/crds/{{ .Group }}_{{ .Version }}_{{ .Kind }}.json"