argocd-apps/.woodpecker/pre-commit.yaml
Ben Vincent 0daa026f01 feat: add pre-commit workflow (#10)
- enforce pre-commit is run for all pull-requests

Reviewed-on: #10
2026-03-02 00:19:04 +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