Skip to content

Commit

Permalink
replace actions-rs/clippy-check with giraffate/clippy-action (#19)
Browse files Browse the repository at this point in the history
Co-authored-by: rtkay123 <dev@kanjala.com>
  • Loading branch information
rtkay123 and rtkay123 authored Jan 20, 2024
1 parent a136915 commit f505e09
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,10 @@ jobs:
toolchain: ${{ matrix.toolchain }}
components: clippy
- name: cargo clippy
uses: actions-rs/clippy-check@v1
uses: giraffate/clippy-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
reporter: 'github-pr-check'
github_token: ${{ secrets.GITHUB_TOKEN }}
doc:
# run docs generation on nightly rather than stable. This enables features like
# https://doc.rust-lang.org/beta/unstable-book/language-features/doc-cfg.html which allows an
Expand Down

0 comments on commit f505e09

Please sign in to comment.