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

This commit is contained in:
ab
2025-04-13 00:31:03 +00:00
parent 506b9b0067
commit de806d7924

View File

@ -13,7 +13,7 @@ jobs:
name: Setup Kubeconform
- name: Kubeconform
continue-on-error: true
run: kubeconform -summary -verbose -output pretty -ignore-missing-schemas k8s/
run: kubeconform -summary -verbose -output pretty -ignore-missing-schemas -skip '.*values\.yaml$' k8s/
- name: 'Yamllint'
uses: karancode/yamllint-github-action@master
continue-on-error: true