Skip to content

Commit f505e09

Browse files
authored
replace actions-rs/clippy-check with giraffate/clippy-action (#19)
Co-authored-by: rtkay123 <[email protected]>
1 parent a136915 commit f505e09

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,10 @@ jobs:
5555
toolchain: ${{ matrix.toolchain }}
5656
components: clippy
5757
- name: cargo clippy
58-
uses: actions-rs/clippy-check@v1
58+
uses: giraffate/clippy-action@v1
5959
with:
60-
token: ${{ secrets.GITHUB_TOKEN }}
60+
reporter: 'github-pr-check'
61+
github_token: ${{ secrets.GITHUB_TOKEN }}
6162
doc:
6263
# run docs generation on nightly rather than stable. This enables features like
6364
# https://doc.rust-lang.org/beta/unstable-book/language-features/doc-cfg.html which allows an

0 commit comments

Comments
 (0)