feat: speed up pre-commit (#12)

- move kubeconform job to makefile
- add CI job to run make kubeconform

Reviewed-on: #12
This commit was merged in pull request #12.
This commit is contained in:
2026-03-02 23:08:04 +11:00
parent be9d485bfe
commit 68d872e36f
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/