rustfmt
Signed-off-by: Ava Hahn <ava@aidanis.online>
This commit is contained in:
parent
ecbc47d4fe
commit
bc09cb07b1
17 changed files with 236 additions and 217 deletions
|
|
@ -4,6 +4,7 @@ default:
|
|||
fmt:
|
||||
stage: build
|
||||
script:
|
||||
- rustup component add rustfmt
|
||||
- rustfmt --check tests/*
|
||||
- rustfmt --check src/*.rs
|
||||
- rustfmt --check src/stl/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue