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