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

This commit is contained in:
ab
2025-04-13 00:35:57 +00:00
parent 08b1ac4316
commit e45958df71

View File

@ -13,5 +13,4 @@ jobs:
name: Setup Kubeconform
- name: Kubeconform
continue-on-error: true
#run: kubeconform -summary -verbose -output pretty -ignore-missing-schemas -skip '.*values\.yaml$' k8s/
run: find . -name '*.yaml' ! -name 'values.yaml' -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