mirror of
https://github.com/LemmyNet/activitypub-federation-rust.git
synced 2025-02-11 21:15:14 +00:00
Fix shear check
This commit is contained in:
parent
2d90dad9f7
commit
9e21083e68
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
variables:
|
||||
- &rust_image "rust:1.78-bullseye"
|
||||
- &install_binstall "wget -O- https://github.com/cargo-bins/cargo-binstall/releases/latest/download/cargo-binstall-x86_64-unknown-linux-musl.tgz | tar -xvz -C /usr/local/cargo/bin"
|
||||
|
||||
steps:
|
||||
cargo_fmt:
|
||||
|
@ -10,7 +11,7 @@ steps:
|
|||
- event: pull_request
|
||||
|
||||
cargo_shear:
|
||||
image: *rust_nightly_image
|
||||
image: *rust_image
|
||||
commands:
|
||||
- *install_binstall
|
||||
- cargo binstall -y cargo-shear
|
||||
|
|
Loading…
Reference in a new issue