Skip to content

Commit c451960

Browse files
committed
add clippy to CI
1 parent 5a66a11 commit c451960

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
- uses: actions-rs/toolchain@v1
6060
with:
6161
toolchain: nightly
62+
target: wasm32-wasip2
6263
components: rustfmt, clippy
6364
override: true
6465

@@ -67,3 +68,6 @@ jobs:
6768

6869
- name: Docs
6970
run: cargo doc
71+
72+
- name: Clippy
73+
run: cargo clippy --all

0 commit comments

Comments
 (0)