puppet-prod/.woodpecker/pre-commit.yaml
Ben Vincent 01afad832c
All checks were successful
Build / precommit (pull_request) Successful in 3m59s
ci/woodpecker/pr/pre-commit Pipeline was successful
feat: add woodpecker ci jobs
- add libffi to actions build (fix pre-commit issue)
- pre-commit job to run pre-commit against
2026-02-28 17:10:18 +11:00

11 lines
336 B
YAML

when:
- event: pull_request
steps:
- name: pre-commit
image: git.unkin.net/unkin/almalinux9-base:latest
commands:
- dnf groupinstall -y "Development Tools" -y
- dnf install uv rubygems ruby-devel gcc make redhat-rpm-config glibc-headers glibc-devel libffi libffi-devel -y
- uvx pre-commit run --all-files