Compare commits

..

1 Commits

Author SHA1 Message Date
1efaf30179 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
2026-02-28 17:03:39 +11:00

View File

@ -6,5 +6,5 @@ steps:
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 -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