aptly-publish/.woodpecker.yml

14 lines
295 B
YAML
Raw Normal View History

pipeline:
test-pylint:
group: test
image: pipelinecomponents/pylint
commands:
- python3 -m pip install debian-parser requests urllib3
2022-12-16 12:53:38 +01:00
- pylint aptly-publish
test-flake8:
group: test
image: pipelinecomponents/flake8
commands:
2022-12-16 12:53:38 +01:00
- flake8 aptly-publish