diff --git a/.woodpecker/python_lints.yaml b/.woodpecker/python_lints.yaml new file mode 100644 index 0000000..b98b76f --- /dev/null +++ b/.woodpecker/python_lints.yaml @@ -0,0 +1,10 @@ +when: + - event: push + branch: main + +steps: + - name: build + image: debian + commands: + - echo "This is the build step" + - echo "binary-data-123" > executable