chore(ci): different clippy action (#4579)

This commit is contained in:
Alexey Shekhirin
2023-09-13 14:09:50 +01:00
committed by GitHub
parent 48b75e0ad2
commit a3952f1281

View File

@ -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