feat: speed up pre-commit
ci/woodpecker/pr/kubeconform Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful

- move kubeconform job to makefile
- add CI job to run make kubeconform
This commit is contained in:
2026-03-02 23:02:04 +11:00
parent 0daa026f01
commit ab23d0a522
4 changed files with 15 additions and 11 deletions
+5
View File
@@ -6,6 +6,11 @@ build:
@mkdir -p manifests/$(filter-out $@,$(MAKECMDGOALS))
@kustomize build --enable-helm $(filter-out $@,$(MAKECMDGOALS)) --output manifests/$(filter-out $@,$(MAKECMDGOALS))
# kubeconform
kubeconform:
@ci/validate-apps.sh && \
ci/validate-clusters.sh
# Clean all generated manifests
clean:
@rm -rf manifests/