feat: add pre-commit workflow
Some checks failed
ci/woodpecker/pr/pre-commit Pipeline failed

- enforce pre-commit is run for all pull-requests
This commit is contained in:
Ben Vincent 2026-03-02 00:09:57 +11:00
parent 72a892eb14
commit 734f543099

View 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