Skip to content

Commit

Permalink
Add Clippy to the check CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
khssnv committed Sep 25, 2023
1 parent 0192def commit 3e90365
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
- name: Rust Cache
uses: Swatinem/rust-cache@v2

- name: Check with Clippy
run: |
cargo clippy --all --all-targets -- -D warnings
- name: Check Build
run: |
SKIP_WASM_BUILD=1 cargo check --release
Expand Down

0 comments on commit 3e90365

Please sign in to comment.