Compare commits
1 Commits
6de7cc3758
...
734f543099
| Author | SHA1 | Date | |
|---|---|---|---|
| 734f543099 |
9
.woodpecker/pre-commit.yaml
Normal file
9
.woodpecker/pre-commit.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
when:
|
||||
- event: pull_request
|
||||
|
||||
steps:
|
||||
- name: pre-commit
|
||||
image: git.unkin.net/unkin/almalinux9-base:latest
|
||||
commands:
|
||||
- dnf install uv kustomize kubeconform -y
|
||||
- uvx pre-commit run --all-files
|
||||
Loading…
Reference in New Issue
Block a user