aptly-publish/.woodpecker.yml
Benjamin Renard a450ed9058
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Fix install dependencies in pylint test
2022-05-02 16:22:19 +02:00

14 lines
295 B
YAML

pipeline:
test-pylint:
group: test
image: pipelinecomponents/pylint
commands:
- python3 -m pip install debian-parser requests urllib3
- pylint entrypoint.py
test-flake8:
group: test
image: pipelinecomponents/flake8
commands:
- flake8 entrypoint.py