f30bef0a3f
- update build tool for kubernetes auth - update build tool to build packages without docker - add woodpecker pre-commit and build jobs
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
|