We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f39f8ef commit dcc393dCopy full SHA for dcc393d
.github/workflows/static-analysis.yml
@@ -56,6 +56,8 @@ jobs:
56
run: rustup target list --installed
57
58
- uses: actions-rs/clippy-check@v1
59
+ env:
60
+ SKIP_WASM_BUILD: 1
61
with:
62
token: ${{ secrets.GITHUB_TOKEN }}
63
args: --features try-runtime,runtime-benchmarks -- -D warnings
0 commit comments