gitdch/.woodpecker.yml

9 lines
221 B
YAML
Raw Normal View History

2022-04-17 00:05:29 +02:00
pipeline:
test:
image: debian
commands:
- apt update
2022-04-17 00:21:35 +02:00
- apt install --no-install-recommends -y pylint3 python3-flake8 python3-git git
2022-04-17 00:05:29 +02:00
- python3 -m flake8 gitdch
- python3 -m pylint gitdch