This commit is contained in:
parent
08b0f76933
commit
ca5619c3d5
1 changed files with 7 additions and 0 deletions
7
.woodpecker.yml
Normal file
7
.woodpecker.yml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
pipeline:
|
||||||
|
flake8:
|
||||||
|
image: python:3.8
|
||||||
|
commands:
|
||||||
|
- pip install flake8
|
||||||
|
- flake8 /src
|
||||||
|
+branches: dev
|
Reference in a new issue