check_pip_upgrade/.woodpecker.yml
Benjamin Renard d51a1c777f
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Configure CI to run tests
2022-12-17 00:23:15 +01:00

13 lines
241 B
YAML

pipeline:
test-pylint:
group: test
image: pipelinecomponents/pylint
commands:
- pylint check_pip_upgrade
test-flake8:
group: test
image: pipelinecomponents/flake8
commands:
- flake8 check_pip_upgrade