mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
chore(ci): different clippy action (#4579)
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -41,10 +41,10 @@ jobs:
|
|||||||
args: --all --check
|
args: --all --check
|
||||||
|
|
||||||
- name: cargo clippy
|
- name: cargo clippy
|
||||||
uses: actions-rs/clippy-check@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
args: --all --all-features -- -A clippy::incorrect_clone_impl_on_copy_type -A clippy::arc_with_non_send_sync
|
command: clippy
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
args: --all --all-features
|
||||||
|
|
||||||
doc-lint:
|
doc-lint:
|
||||||
name: doc lint
|
name: doc lint
|
||||||
|
|||||||
Reference in New Issue
Block a user