Testing gitlab ci

This commit is contained in:
Christoph Stahl 2022-12-04 15:56:19 +01:00
parent 69446e9729
commit cc16796c2d

5
.gitlab-ci.yaml Normal file
View file

@ -0,0 +1,5 @@
test:mypy:
image: python:3
script:
- pip install mypy --quiet
- mypy syng --strict