c8df109841
Also move .woodpecker.yaml into .woodpecker/release.yaml for consistency.
9 lines
168 B
YAML
9 lines
168 B
YAML
when:
|
|
- event: pull_request
|
|
|
|
steps:
|
|
- name: pre-commit
|
|
image: git.unkin.net/unkin/almalinux9-base:20260308
|
|
commands:
|
|
- uvx pre-commit run --all-files
|