Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
Signed-off-by: ozkanonur <work@onurozkan.dev>
  • Loading branch information
onur-ozkan committed Mar 9, 2023
1 parent db3106c commit 68f9af0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/fmt-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
run: |
rustup toolchain install ${{ matrix.rust }} --no-self-update --profile=minimal --component rustfmt clippy
rustup default ${{ matrix.rust }}
rustup target add wasm32-unknown-unknown
- name: wasm code lint
run: cargo clippy --target wasm32-unknown-unknown --profile ci -- --D warnings

0 comments on commit 68f9af0

Please sign in to comment.