Skip to content
Snippets Groups Projects
Verified Commit 101ff07e authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

feat: added format and clippy

parent c643a345
No related branches found
No related tags found
No related merge requests found
Pipeline #1857 passed
......@@ -52,6 +52,8 @@ jobs:
rustup component add rustfmt
rustup component add clippy
- run: rustc --version
- run: cargo fmt --all -- --check
- run: cargo clippy
- run: cargo install wasm-pack
- run: wasm-pack build --release --target=web --out-dir=frontends/web/lib -- --features wasm
- run: apt-get update && apt-get install -y -q nodejs npm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment