Skip to content

Commit a0d6b32

Browse files
committed
remove reviewdog clippy
Use `cargo clippy` command directly instead of the actions
1 parent 9c98703 commit a0d6b32

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,7 @@ jobs:
6060
toolchain: ${{ matrix.toolchain }}
6161
components: clippy
6262
- name: cargo clippy
63-
uses: giraffate/clippy-action@v1
64-
with:
65-
github_token: ${{ secrets.GITHUB_TOKEN }}
66-
reporter: 'github-pr-check'
67-
clippy_flags: --locked --all-targets -- -D warnings
63+
run: cargo clippy --locked --all-targets --all-features -- -D warnings
6864
doc:
6965
# run docs generation on nightly rather than stable. This enables features like
7066
# https://doc.rust-lang.org/beta/unstable-book/language-features/doc-cfg.html which allows an

0 commit comments

Comments
 (0)