Skip to content

Commit 7c0bdc2

Browse files
committed
DO NOT MERGE: DEBUG
1 parent 5e9ab13 commit 7c0bdc2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,8 @@ jobs:
268268
components: rustfmt, clippy
269269
- name: run rustfmt
270270
run: cargo fmt --all -- --check
271+
- name: check clippy version
272+
run: cargo clippy --version
271273
- name: run clippy
272274
run: cargo clippy ${{ env.CARGO_ARGS }} ${{ env.NON_WASM_PACKAGES }} -- -Dwarnings
273275
- name: run clippy on wasm

0 commit comments

Comments
 (0)