Add first test of .woodpecker.yml
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Benjamin Renard 2022-04-17 00:05:29 +02:00
parent a109b47ba7
commit 4a4eb8d0e1

8
.woodpecker.yml Normal file
View 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