Files
terraform-vault/.woodpecker/pre-commit.yaml
T
unkinben c61434b692
ci/woodpecker/pr/pre-commit Pipeline was successful
chore: change to specific ci image
- almalinux9-opentofu image contains all required tools
2026-03-09 01:14:41 +11:00

9 lines
172 B
YAML

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