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 a136915 commit f505e09Copy full SHA for f505e09
.github/workflows/check.yml
@@ -55,9 +55,10 @@ jobs:
55
toolchain: ${{ matrix.toolchain }}
56
components: clippy
57
- name: cargo clippy
58
- uses: actions-rs/clippy-check@v1
+ uses: giraffate/clippy-action@v1
59
with:
60
- token: ${{ secrets.GITHUB_TOKEN }}
+ reporter: 'github-pr-check'
61
+ github_token: ${{ secrets.GITHUB_TOKEN }}
62
doc:
63
# run docs generation on nightly rather than stable. This enables features like
64
# https://doc.rust-lang.org/beta/unstable-book/language-features/doc-cfg.html which allows an
0 commit comments