mirror of
https://github.com/LemmyNet/activitypub-federation-rust.git
synced 2025-02-14 22:35:13 +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:
|
variables:
|
||||||
- &rust_image "rust:1.78-bullseye"
|
- &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:
|
steps:
|
||||||
cargo_fmt:
|
cargo_fmt:
|
||||||
|
@ -10,7 +11,7 @@ steps:
|
||||||
- event: pull_request
|
- event: pull_request
|
||||||
|
|
||||||
cargo_shear:
|
cargo_shear:
|
||||||
image: *rust_nightly_image
|
image: *rust_image
|
||||||
commands:
|
commands:
|
||||||
- *install_binstall
|
- *install_binstall
|
||||||
- cargo binstall -y cargo-shear
|
- cargo binstall -y cargo-shear
|
||||||
|
|
Loading…
Reference in a new issue