Added woodpecker config file
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Oscar Blue 2022-04-24 10:30:14 +01:00
parent 08b0f76933
commit ca5619c3d5

7
.woodpecker.yml Normal file
View file

@ -0,0 +1,7 @@
pipeline:
flake8:
image: python:3.8
commands:
- pip install flake8
- flake8 /src
+branches: dev