replace actions-rs/clippy-check with giraffate/clippy-action (#19)
Co-authored-by: rtkay123 <dev@kanjala.com>
This commit is contained in:
parent
a13691528b
commit
f505e09b2a
1 changed files with 3 additions and 2 deletions
5
.github/workflows/check.yml
vendored
5
.github/workflows/check.yml
vendored
|
|
@ -55,9 +55,10 @@ jobs:
|
||||||
toolchain: ${{ matrix.toolchain }}
|
toolchain: ${{ matrix.toolchain }}
|
||||||
components: clippy
|
components: clippy
|
||||||
- name: cargo clippy
|
- name: cargo clippy
|
||||||
uses: actions-rs/clippy-check@v1
|
uses: giraffate/clippy-action@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
reporter: 'github-pr-check'
|
||||||
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
doc:
|
doc:
|
||||||
# run docs generation on nightly rather than stable. This enables features like
|
# 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
|
# https://doc.rust-lang.org/beta/unstable-book/language-features/doc-cfg.html which allows an
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue