Add CI
This commit is contained in:
8
.gitlab-ci.yml
Normal file
8
.gitlab-ci.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
testing:
|
||||
script: "make test"
|
||||
|
||||
linting:
|
||||
script: "make linting"
|
||||
|
||||
typing:
|
||||
script: "make typing"
|
||||
Reference in New Issue
Block a user