Files
rpmbuilder/.woodpecker/pre-commit.yaml
T
unkinben c704f630fb
Build / build-9 (pull_request) Successful in 19s
ci/woodpecker/pr/build-almalinux8 Pipeline failed
ci/woodpecker/pr/build-almalinux9 Pipeline failed
Build / build-8 (pull_request) Successful in 23s
ci/woodpecker/pr/pre-commit Pipeline was successful
feat: migrate to woodpeckerci
- update build tool for kubernetes auth
- update build tool to build packages without docker
- add woodpecker pre-commit and build jobs
2026-03-07 14:33:09 +11:00

10 lines
197 B
YAML

when:
- event: pull_request
steps:
- name: pre-commit
image: git.unkin.net/unkin/almalinux9-base:latest
commands:
- dnf install uv make -y
- uvx pre-commit run --all-files