argocd-apps/.woodpecker/pre-commit.yaml
Ben Vincent 6de7cc3758
Some checks failed
ci/woodpecker/pr/pre-commit Pipeline failed
feat: add pre-commit workflow
- enforce pre-commit is run for all pull-requests
- fix end-of-line for existing files
2026-03-02 00:14:53 +11:00

10 lines
219 B
YAML

when:
- event: pull_request
steps:
- name: pre-commit
image: git.unkin.net/unkin/almalinux9-base:latest
commands:
- dnf install uv kustomize kubeconform helm -y
- uvx pre-commit run --all-files