mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 08:13:41 +00:00
Merge #55
55: Add Clippy to CI r=matklad a=phansch Fixes #19 Co-authored-by: Philipp Hansch <dev@phansch.net>
This commit is contained in:
commit
959cd92045
@ -8,6 +8,11 @@ matrix:
|
|||||||
script:
|
script:
|
||||||
- cargo fmt --all -- --write-mode=diff
|
- cargo fmt --all -- --write-mode=diff
|
||||||
- cargo test
|
- cargo test
|
||||||
|
- rust: nightly
|
||||||
|
before_script:
|
||||||
|
- rustup component add clippy-preview
|
||||||
|
script:
|
||||||
|
- cargo clippy
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
Loading…
Reference in New Issue
Block a user