ci: Use clippy instead of check for wasm checks

This commit is contained in:
Jonas Platte
2022-03-10 11:28:55 +01:00
parent c01475701d
commit ea2c9a2986
6 changed files with 8 additions and 5 deletions

View File

@@ -44,6 +44,7 @@ jobs:
with:
toolchain: stable
target: wasm32-unknown-unknown
components: clippy
profile: minimal
override: true