From e45958df71be9485db90704e22ce9e2195f8dba8 Mon Sep 17 00:00:00 2001 From: ab Date: Sun, 13 Apr 2025 00:35:57 +0000 Subject: [PATCH] Update .gitea/workflows/lint.yaml --- .gitea/workflows/lint.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/lint.yaml b/.gitea/workflows/lint.yaml index e25badb..4b4d9ba 100644 --- a/.gitea/workflows/lint.yaml +++ b/.gitea/workflows/lint.yaml @@ -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