Skip to content

Commit

Permalink
remove reviewdog clippy
Browse files Browse the repository at this point in the history
Use `cargo clippy` command directly instead of the actions
  • Loading branch information
connortsui20 committed Nov 9, 2024
1 parent 9c98703 commit a0d6b32
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,7 @@ jobs:
toolchain: ${{ matrix.toolchain }}
components: clippy
- name: cargo clippy
uses: giraffate/clippy-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: 'github-pr-check'
clippy_flags: --locked --all-targets -- -D warnings
run: cargo clippy --locked --all-targets --all-features -- -D warnings
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 a0d6b32

Please sign in to comment.