add kubeconform action #168

Merged
aggarwalakshun merged 10 commits from kubeconform into main 2025-12-03 07:44:28 +00:00
Showing only changes of commit bb6b1680ec - Show all commits

View File

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