Skip to content

Commit 093d76c

Browse files
authored
Merge pull request #10 from Bibimbap-Team/9-fix-ci-failed-in-github-actions
Fix CI failed in GitHub Actions
2 parents d7c6b89 + bb84110 commit 093d76c

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)