Rustfmt pass, and rustfmt --check in CI"
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
e1b53eae3c
commit
a104ebc3f6
79 changed files with 1344 additions and 957 deletions
|
|
@ -1,4 +1,5 @@
|
|||
stages:
|
||||
- lint
|
||||
- build
|
||||
- test
|
||||
|
||||
|
|
@ -30,6 +31,11 @@ variables:
|
|||
script:
|
||||
- cargo test --verbose
|
||||
|
||||
rustfmt:
|
||||
stage: lint
|
||||
script:
|
||||
- rustfmt --check --edition 2018 **/*.rs
|
||||
|
||||
rust-latest-build:
|
||||
extends:
|
||||
- .build
|
||||
|
|
|
|||
Loading…
Reference in a new issue