This repository has been archived on 2022-07-15. You can view files and clone it, but cannot push or open issues or pull requests.
mmp-osp1/.woodpecker.yml
Oscar Pocock 6b54d44959
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Refactored and modified the project structure
2022-04-25 13:29:34 +01:00

12 lines
No EOL
230 B
YAML

pipeline:
flake8:
image: python:3.8
commands:
- python3.8 -m pip install flake8
- flake8 src/
mypy:
image: python:3.8
commands:
- python3.8 -m pip install mypy
- mypy src/
+branches: dev