mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
feat(ci): Add clippy check for both master and non-master
This commit is contained in:
@@ -98,6 +98,11 @@ jobs:
|
||||
- name: Check formatting
|
||||
run: cargo fmt -- --check
|
||||
|
||||
- name: clippy
|
||||
run: |
|
||||
cargo clippy --all-targets -- -D warnings
|
||||
cargo clippy --all-targets --features master -- -D warnings
|
||||
|
||||
duplicates:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user