exclude .yaml files
Some checks failed
Validate Kubernetes Manifests / kubeconform (pull_request) Failing after 33s

This commit is contained in:
2025-12-03 13:01:24 +05:30
parent f3996fc632
commit bb6b1680ec

View File

@@ -18,7 +18,7 @@ jobs:
git clone https://gitea.akshun-lab.cc/aggarwalakshun/k3s.git /mnt
- name: Validate Manifests
run: |
find /mnt -type f \( -name "*.yml" -o -name "*.yaml" \) \
find /mnt -type f \( -name "*.yml" \) \
-not -path "*/.gitea/*" \
-print0 | xargs -0 --no-run-if-empty kubeconform \
-verbose \