check_ceph_usage/.woodpecker.yml
Benjamin Renard ce64743d30
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Configure CI to run tests
2022-12-17 00:00:47 +01:00

13 lines
239 B
YAML

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