argocd-apps/.woodpecker/pre-commit.yaml
Ben Vincent 734f543099
Some checks failed
ci/woodpecker/pr/pre-commit Pipeline failed
feat: add pre-commit workflow
- enforce pre-commit is run for all pull-requests
2026-03-02 00:09:57 +11:00

10 lines
214 B
YAML

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