Files
puppet-r10k/.woodpecker/pre-commit.yaml
T
unkinben b646785f07 feat: migrate to woodpecker ci
- update build to use uvx precommit
- update pre-commit with additional checks
- remove gitea actions job
2026-03-09 01:22:37 +11:00

9 lines
168 B
YAML

when:
- event: pull_request
steps:
- name: pre-commit
image: git.unkin.net/unkin/almalinux9-base:20260308
commands:
- uvx pre-commit run --all-files