Files
node-lookup/.woodpecker/pre-commit.yaml
T
unkinben c8df109841 Add unit-test and lint woodpecker pipelines for pull requests
Also move .woodpecker.yaml into .woodpecker/release.yaml for consistency.
2026-03-25 16:01:38 +11:00

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