mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-22 20:31:19 +00:00
Adding cargo shear (fail check)
This commit is contained in:
parent
f05afead02
commit
71da929e54
1 changed files with 9 additions and 0 deletions
|
@ -82,6 +82,15 @@ steps:
|
|||
when:
|
||||
- event: pull_request
|
||||
|
||||
cargo_shear:
|
||||
image: *rust_nightly_image
|
||||
commands:
|
||||
- *install_binstall
|
||||
- cargo binstall -y cargo-shear
|
||||
- cargo shear
|
||||
when:
|
||||
- event: pull_request
|
||||
|
||||
ignored_files:
|
||||
image: alpine:3
|
||||
commands:
|
||||
|
|
Loading…
Reference in a new issue