Skip to content

Commit

Permalink
chore(ci): different clippy action (#4579)
Browse files Browse the repository at this point in the history
  • Loading branch information
shekhirin authored Sep 13, 2023
1 parent 48b75e0 commit a3952f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
args: --all --check

- name: cargo clippy
uses: actions-rs/clippy-check@v1
uses: actions-rs/cargo@v1
with:
args: --all --all-features -- -A clippy::incorrect_clone_impl_on_copy_type -A clippy::arc_with_non_send_sync
token: ${{ secrets.GITHUB_TOKEN }}
command: clippy
args: --all --all-features

doc-lint:
name: doc lint
Expand Down

0 comments on commit a3952f1

Please sign in to comment.