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 60a0827608 - Show all commits

View File

@@ -35,6 +35,7 @@ jobs:
# Validate manifests with proper schema resolution # Validate manifests with proper schema resolution
find . -type f \( -name "*.yml" \) \ find . -type f \( -name "*.yml" \) \
-not -path "./.gitea/*" \ -not -path "./.gitea/*" \
-not -path "./clusters/default/system-upgrade/*" \
-exec sh -c ' -exec sh -c '
for file do for file do
echo "=== Validating: $file ===" echo "=== Validating: $file ==="