diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..5859848 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,12 @@ +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