We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e9ab13 commit 7c0bdc2Copy full SHA for 7c0bdc2
1 file changed
.github/workflows/ci.yaml
@@ -268,6 +268,8 @@ jobs:
268
components: rustfmt, clippy
269
- name: run rustfmt
270
run: cargo fmt --all -- --check
271
+ - name: check clippy version
272
+ run: cargo clippy --version
273
- name: run clippy
274
run: cargo clippy ${{ env.CARGO_ARGS }} ${{ env.NON_WASM_PACKAGES }} -- -Dwarnings
275
- name: run clippy on wasm
0 commit comments