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:
@@ -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
|
||||
Reference in New Issue
Block a user