syng/.gitlab-ci.yml

13 lines
No EOL
227 B
YAML

image: python:3-alpine
mypy:
stage: test
script:
- pip install mypy --quiet
- mypy syng --strict
ruff:
stage: test
script:
- pip install ruff --quiet
- ruff syng