mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-02-23 13:02:28 +00:00
9 lines
93 B
YAML
9 lines
93 B
YAML
|
|
stages:
|
|
- check
|
|
|
|
check:
|
|
stage: check
|
|
image: msrd0/rust-pq
|
|
script:
|
|
- cargo check
|