Compare commits

..

1 Commits

Author SHA1 Message Date
6de7cc3758 feat: add pre-commit workflow
Some checks failed
ci/woodpecker/pr/pre-commit Pipeline failed
- enforce pre-commit is run for all pull-requests
- fix end-of-line for existing files
2026-03-02 00:14:53 +11:00
3 changed files with 3 additions and 3 deletions

View File

@ -5,5 +5,5 @@ steps:
- name: pre-commit - name: pre-commit
image: git.unkin.net/unkin/almalinux9-base:latest image: git.unkin.net/unkin/almalinux9-base:latest
commands: commands:
- dnf install uv kustomize kubeconform -y - dnf install uv kustomize kubeconform helm -y
- uvx pre-commit run --all-files - uvx pre-commit run --all-files