updateMemberOf/.woodpecker.yml
Benjamin Renard ebedffb14c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Clone cleaning and configure CI to run tests
2022-12-17 00:33:34 +01:00

14 lines
308 B
YAML

pipeline:
test-pylint:
group: test
image: pipelinecomponents/pylint
commands:
- pip install https://gitea.zionetrix.net/bn8/python-mylib.git
- pylint check_ceph_usage
test-flake8:
group: test
image: pipelinecomponents/flake8
commands:
- flake8 check_ceph_usage