mirror of
https://github.com/Nutomic/ibis.git
synced 2024-11-22 23:11:09 +00:00
fmt
This commit is contained in:
parent
856e7f2d65
commit
9b6bfdb5c0
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ steps:
|
||||||
# store cargo data in repo folder so that it gets cached between steps
|
# store cargo data in repo folder so that it gets cached between steps
|
||||||
CARGO_HOME: .cargo_home
|
CARGO_HOME: .cargo_home
|
||||||
commands:
|
commands:
|
||||||
|
- rustup component add rustfmt
|
||||||
- cargo fmt -- --check
|
- cargo fmt -- --check
|
||||||
|
|
||||||
frontend_wasm_build:
|
frontend_wasm_build:
|
||||||
|
|
Loading…
Reference in a new issue