We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7c6b89 commit bb84110Copy full SHA for bb84110
.github/workflows/rust.yml
@@ -40,10 +40,10 @@ jobs:
40
toolchain: stable
41
override: true
42
components: clippy
43
- - uses: actions-rs/clippy-check@v1
+ - uses: giraffate/clippy-action@v1
44
with:
45
- token: ${{ secrets.GITHUB_TOKEN }}
46
- args: --all-features --all-targets -- -D warnings
+ reporter: 'github-pr-review'
+ github_token: ${{ secrets.GITHUB_TOKEN }}
47
48
test:
49
name: ✅ Test Suite
0 commit comments