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
+9
View File
@@ -0,0 +1,9 @@
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
+1 -1
View File
@@ -5,5 +5,5 @@ steps:
- name: pre-commit
image: git.unkin.net/unkin/almalinux9-base:latest
commands:
- dnf install uv kustomize kubeconform helm -y
- dnf install uv make -y
- uvx pre-commit run --all-files