Skip to content

Commit 8174691

Browse files
committed
Run clippy for WASM
1 parent 6fc2a6e commit 8174691

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ jobs:
111111
env:
112112
CARGO_BUILD_TARGET: ${{ matrix.target }}
113113
run: make check
114+
- name: Lint
115+
env:
116+
CARGO_BUILD_TARGET: ${{ matrix.target }}
117+
run: make lint
114118
wasi:
115119
name: WASI
116120
strategy:

0 commit comments

Comments
 (0)