Files
rpmbuilder/.woodpecker/pre-commit.yaml
T
unkinben e1862154cc
Build / build-9 (pull_request) Successful in 11s
Build / build-8 (pull_request) Successful in 13s
feat: migrate to woodpeckerci
- update build tool for kubernetes auth
- update build tool to build packages without docker (native + buildah)
- add woodpecker pre-commit and build jobs
2026-03-07 15:36:33 +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