Skip to content

Commit

Permalink
chore: enable clippy check for all workspace members
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Nov 16, 2023
1 parent 36317ef commit 7deeaf9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ jobs:
- uses: actions/checkout@v4
- run: rustup update stable && rustup default stable
- run: rustup component add clippy
# Only check cargo lib for now
# TODO: check every members
- run: cargo clippy -p cargo --lib --no-deps -- -D warnings
- run: cargo clippy --workspace --all-targets --no-deps -- -D warnings

stale-label:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7deeaf9

Please sign in to comment.