gitdch/.woodpecker.yml
Benjamin Renard 71c550a5ce
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
CI: Fix missing dependencies
2022-04-17 00:21:35 +02:00

9 lines
221 B
YAML

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