aptly-publish/.woodpecker.yml
Benjamin Renard 6d9f984503
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
CI: fix tests
2022-12-16 12:53:38 +01:00

14 lines
295 B
YAML

pipeline:
test-pylint:
group: test
image: pipelinecomponents/pylint
commands:
- python3 -m pip install debian-parser requests urllib3
- pylint aptly-publish
test-flake8:
group: test
image: pipelinecomponents/flake8
commands:
- flake8 aptly-publish