diff --git a/.woodpecker/pre-commit.yaml b/.woodpecker/pre-commit.yaml new file mode 100644 index 0000000..c0e7c6d --- /dev/null +++ b/.woodpecker/pre-commit.yaml @@ -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 -y + - uvx pre-commit run --all-files