1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-02-23 04:52:28 +00:00
This commit is contained in:
Dominic 2019-09-26 17:34:31 +02:00
parent 4a7aa6eef5
commit 4121001244
Signed by: msrd0
GPG key ID: DCC8C247452E98F9

9
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,9 @@
stages:
- check
check:
stage: check
image: msrd0/rust-pq
script:
- cargo check