Skip to content

Commit

Permalink
clippy lint for all targets
Browse files Browse the repository at this point in the history
  • Loading branch information
White-Green committed Jan 6, 2024
1 parent 169e9c0 commit ffefd1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: giraffate/clippy-action@v1
with:
reporter: 'github-pr-review'
clippy_flags: -- -Dwarnings
clippy_flags: --all-targets -- -Dwarnings
github_token: ${{ secrets.GITHUB_TOKEN }}

fmt:
Expand Down

0 comments on commit ffefd1d

Please sign in to comment.