check_ceph_status/.woodpecker.yml

13 lines
241 B
YAML
Raw Normal View History

2022-12-16 23:57:35 +01:00
pipeline:
test-pylint:
group: test
image: pipelinecomponents/pylint
commands:
- pylint check_ceph_status
test-flake8:
group: test
image: pipelinecomponents/flake8
commands:
- flake8 check_ceph_status