- move kubeconform job to makefile - add CI job to run make kubeconform Reviewed-on: #12
10 lines
197 B
YAML
10 lines
197 B
YAML
when:
|
|
- event: pull_request
|
|
|
|
steps:
|
|
- name: pre-commit
|
|
image: git.unkin.net/unkin/almalinux9-base:latest
|
|
commands:
|
|
- dnf install uv make -y
|
|
- uvx pre-commit run --all-files
|