syng/.gitlab-ci.yml
2022-12-04 16:13:00 +01:00

8 lines
209 B
YAML

test:mypy:
image: python:3
script:
- pip install mypy --quiet
- pip install pylint --quiet
- pip install -e . --quiet
- mypy syng --strict
- pylint syng