Compare commits

..

1 Commits

Author SHA1 Message Date
5a2a119019 feat: add woodpecker ci jobs
Some checks failed
Build / precommit (pull_request) Failing after 1m25s
ci/woodpecker/pr/pre-commit Pipeline failed
- pre-commit job to run pre-commit against
2026-02-28 16:57:05 +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 libffi libffi-devel -y
- dnf install uv rubygems ruby-devel gcc make redhat-rpm-config glibc-headers glibc-devel -y
- uvx pre-commit run --all-files