aptly-publish/.woodpecker.yml
Benjamin Renard b8e2023098
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
CI: use pre-commit to run all tests
2024-01-22 00:27:07 +01:00

8 lines
189 B
YAML

steps:
test-precommit:
group: test
image: brenard/python-pre-commit
commands:
- python3 -m pip install debian-parser requests urllib3
- pre-commit run --all-files