We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b4232cf + 12480e2 commit 1cfbb32Copy full SHA for 1cfbb32
.github/workflows/rust.yml
@@ -42,7 +42,7 @@ jobs:
42
run: ./setup.sh
43
44
- name: reviewdog / clippy
45
- uses: sksat/action-clippy@v1.1.0
+ uses: sksat/action-clippy@v1.1.1
46
with:
47
reporter: ${{ github.event_name == 'pull_request' && 'github-pr-review' || 'github-check' }}
48
clippy_flags: --workspace --all-features --locked
0 commit comments