mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-26 14:21: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:
|
when:
|
||||||
- event: pull_request
|
- 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:
|
ignored_files:
|
||||||
image: alpine:3
|
image: alpine:3
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in a new issue