aptly-publish/.woodpecker.yml

8 lines
201 B
YAML
Raw Normal View History

2024-01-22 00:27:07 +01:00
---
steps:
test-precommit:
image: brenard/python-pre-commit
commands:
2024-01-22 00:27:07 +01:00
- python3 -m pip install --break-system-packages debian-parser requests urllib3
- pre-commit run --all-files