1f4ab426a1
Build / build-8 (pull_request) Successful in 12s
Build / build-9 (pull_request) Successful in 10s
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/build-almalinux9 Pipeline was successful
ci/woodpecker/pr/build-almalinux8 Pipeline was successful
- update build tool for kubernetes auth - update build tool to build packages without docker (native + buildah) - add woodpecker pre-commit and build jobs - add woodpecker deployment jobs - update pre-commit checks
10 lines
197 B
YAML
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
|