gitdch/.woodpecker.yml
Benjamin Renard 4a4eb8d0e1
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Add first test of .woodpecker.yml
2022-04-17 00:05:29 +02:00

9 lines
178 B
YAML

pipeline:
test:
image: debian
commands:
- apt update
- apt install pylint3 python3-flake8
- python3 -m flake8 gitdch
- python3 -m pylint gitdch