Skip to content

Commit

Permalink
Run clippy for WASM
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Feb 26, 2025
1 parent 2b11d9d commit af9d39d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ jobs:
env:
CARGO_BUILD_TARGET: ${{ matrix.target }}
run: make check
- name: Lint
env:
CARGO_BUILD_TARGET: ${{ matrix.target }}
run: make lint
wasi:
name: WASI
strategy:
Expand Down

0 comments on commit af9d39d

Please sign in to comment.