1
0
Fork 0
mirror of https://github.com/LemmyNet/activitypub-federation-rust.git synced 2025-03-13 10:42:40 +00:00

Merge branch 'main' into more-url-validation

This commit is contained in:
Nutomic 2025-01-21 12:14:15 +00:00 committed by GitHub
commit f822d45c6a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 10 deletions

View file

@ -1,6 +1,5 @@
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,15 +9,6 @@ steps:
when:
- event: pull_request
cargo_shear:
image: *rust_image
commands:
- *install_binstall
- cargo binstall -y cargo-shear
- cargo shear
when:
- event: pull_request
cargo_clippy:
image: *rust_image
environment:

View file

@ -93,6 +93,7 @@ tower = { version = "0.4.13", optional = true }
[dev-dependencies]
anyhow = "1.0.86"
axum = { version = "0.7.5", features = ["macros"] }
axum-extra = { version = "0.9.3", features = ["typed-header"] }
env_logger = "0.11.3"
tokio = { version = "1.38.0", features = ["full"] }