1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2024-11-22 18:11:09 +00:00
This commit is contained in:
Felix Ableitner 2024-01-25 17:05:24 +01:00
parent 856e7f2d65
commit 9b6bfdb5c0

View file

@ -6,6 +6,7 @@ steps:
# store cargo data in repo folder so that it gets cached between steps
CARGO_HOME: .cargo_home
commands:
- rustup component add rustfmt
- cargo fmt -- --check
frontend_wasm_build: