Skip to content

Commit bb84110

Browse files
committed
ci: Replace clippy with 'giraffate/clippy-action'
- actions-rs/clippy-check#2
1 parent d7c6b89 commit bb84110

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ jobs:
4040
toolchain: stable
4141
override: true
4242
components: clippy
43-
- uses: actions-rs/clippy-check@v1
43+
- uses: giraffate/clippy-action@v1
4444
with:
45-
token: ${{ secrets.GITHUB_TOKEN }}
46-
args: --all-features --all-targets -- -D warnings
45+
reporter: 'github-pr-review'
46+
github_token: ${{ secrets.GITHUB_TOKEN }}
4747

4848
test:
4949
name: ✅ Test Suite

0 commit comments

Comments
 (0)