Skip to content

Commit

Permalink
Merge pull request #418 from djmitche/clippy-no-deps
Browse files Browse the repository at this point in the history
Run clippy with --no-deps
  • Loading branch information
djmitche authored Jul 7, 2024
2 parents c062a4f + 4026ba4 commit b87d715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features
args: --all-features --no-deps
name: "Clippy Results"

mdbook:
Expand Down

0 comments on commit b87d715

Please sign in to comment.