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 Sep 14, 2023
1 parent 3ee66ce commit d3d3f4c
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@v3
- 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 d3d3f4c

Please sign in to comment.