We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e09fbc5 commit 7788ad3Copy full SHA for 7788ad3
.github/workflows/rust.yml
@@ -37,7 +37,7 @@ jobs:
37
run: ./setup.sh
38
39
- name: reviewdog / clippy
40
- uses: sksat/action-clippy@v0.7.1
+ uses: sksat/action-clippy@v0.8.0
41
with:
42
reporter: ${{ github.event_name == 'pull_request' && 'github-pr-review' || 'github-check' }}
43
clippy_flags: --workspace --all-features
0 commit comments