Testing gitlab ci
This commit is contained in:
parent
69446e9729
commit
cc16796c2d
1 changed files with 5 additions and 0 deletions
5
.gitlab-ci.yaml
Normal file
5
.gitlab-ci.yaml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
test:mypy:
|
||||||
|
image: python:3
|
||||||
|
script:
|
||||||
|
- pip install mypy --quiet
|
||||||
|
- mypy syng --strict
|
Loading…
Add table
Reference in a new issue