We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 589b3eb commit 21cff29Copy full SHA for 21cff29
.github/workflows/ci.yaml
@@ -308,7 +308,7 @@ jobs:
308
with:
309
components: rustfmt, clippy
310
- name: run rustfmt
311
- run: cargo fmt --all -- --check
+ run: cargo fmt --check
312
- name: run clippy on wasm
313
run: cargo clippy --manifest-path=wasm/lib/Cargo.toml -- -Dwarnings
314
- uses: actions/setup-python@v4
0 commit comments