1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-02-23 04:52:28 +00:00

ci: check rustfmt

This commit is contained in:
Dominic 2020-11-23 00:02:16 +01:00
parent f1e1c5e521
commit f9c2009023
Signed by: msrd0
GPG key ID: DCC8C247452E98F9

View file

@ -78,6 +78,15 @@ readme:
- cargo readme -t README.tpl >README.md.new - cargo readme -t README.tpl >README.md.new
- diff README.md README.md.new - diff README.md README.md.new
rustfmt:
stage: test
image: rustlang/rust:nightly-slim
before_script:
- cargo -V
- cargo fmt --version
script:
- cargo fmt -- --check
doc: doc:
stage: build stage: build
image: rust:slim image: rust:slim