We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f937f8 commit 265279bCopy full SHA for 265279b
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
run: cargo fmt --check && deno fmt --check
36
- name: Clippy
37
if: contains(matrix.os, 'ubuntu')
38
- run: cargo clippy && deno lint
+ run: cargo clippy --target=wasm32-unknown-unknown && deno lint
39
- name: Build
40
run: deno task build
41
- name: Test
0 commit comments