Skip to content

Add support for validating commits #180

Add support for validating commits

Add support for validating commits #180

Triggered via pull request December 13, 2023 02:35
Status Success
Total duration 5m 55s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci-image.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 warning
the borrowed expression implements the required traits: xmtp_proto/src/gen/xmtp.message_contents.serde.rs#L1329
warning: the borrowed expression implements the required traits --> xmtp_proto/src/gen/xmtp.message_contents.serde.rs:1329:86 | 1329 | struct_ser.serialize_field("v1", pbjson::private::base64::encode(&v).as_str())?; | ^^ help: change this to: `v` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args = note: `#[warn(clippy::needless_borrows_for_generic_args)]` on by default