add kubeconform action #168
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user