Files
rpmbuilder/.woodpecker/pre-commit.yaml
T
unkinben c89b0d24f3
Build / build-9 (pull_request) Successful in 12s
Build / build-8 (pull_request) Successful in 16s
feat: migrate to woodpeckerci
- update build tool for kubernetes auth
- add woodpecker pre-commit and build jobs
2026-03-07 11:38:41 +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