This commit is contained in:
Lukas Wölfer
2019-06-25 12:13:17 +02:00
parent c0c216e929
commit 846d662cf8

8
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,8 @@
testing:
script: "make test"
linting:
script: "make linting"
typing:
script: "make typing"