b2e99ae7e4
ci/woodpecker/pr/pre-commit Pipeline was successful
- update build->test, change to use uvx precommit - update pre-commit with additional checks - remove gitea actions job
9 lines
147 B
YAML
9 lines
147 B
YAML
when:
|
|
- event: pull_request
|
|
|
|
steps:
|
|
- name: pre-commit
|
|
image: git.unkin.net/unkin/almalinux9-base:20260308
|
|
commands:
|
|
- make test
|