feat: add woodpecker ci jobs
Some checks failed
Build / precommit (pull_request) Failing after 1m20s
ci/woodpecker/pr/pre-commit Pipeline was successful

- pre-commit job to run pre-commit against
This commit is contained in:
Ben Vincent 2026-02-28 16:57:05 +11:00
parent bc769aa1df
commit 1efaf30179

View File

@ -0,0 +1,10 @@
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