mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-27 23:57:56 +00:00
Remove clippy from main CI workflow
We don't run clippy on PRs. It is covered by a separate clippy.yml workflow.
This commit is contained in:
@@ -22,9 +22,7 @@ jobs:
|
||||
- dir: test_suite/no_std
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: dtolnay/rust-toolchain@nightly
|
||||
with:
|
||||
components: clippy
|
||||
- uses: dtolnay/rust-toolchain@clippy
|
||||
# The need for -Aredundant_field_names here is a Clippy bug.
|
||||
# https://github.com/rust-lang/rust-clippy/issues/5356
|
||||
- name: cargo clippy ${{matrix.features && format('--features {0}', matrix.features)}}
|
||||
|
||||
Reference in New Issue
Block a user