This commit is contained in:
parent
a109b47ba7
commit
4a4eb8d0e1
1 changed files with 8 additions and 0 deletions
8
.woodpecker.yml
Normal file
8
.woodpecker.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
pipeline:
|
||||
test:
|
||||
image: debian
|
||||
commands:
|
||||
- apt update
|
||||
- apt install pylint3 python3-flake8
|
||||
- python3 -m flake8 gitdch
|
||||
- python3 -m pylint gitdch
|
Loading…
Reference in a new issue