argocd-apps/.woodpecker/kubeconform.yaml
Ben Vincent ab23d0a522
All checks were successful
ci/woodpecker/pr/kubeconform Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
feat: speed up pre-commit
- move kubeconform job to makefile
- add CI job to run make kubeconform
2026-03-02 23:02:04 +11:00

10 lines
208 B
YAML

when:
- event: pull_request
steps:
- name: kubeconform
image: git.unkin.net/unkin/almalinux9-base:latest
commands:
- dnf install make kustomize kubeconform helm -y
- make kubeconform