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