Skip to content

ci: use self-hosted runners #1020

ci: use self-hosted runners

ci: use self-hosted runners #1020

Triggered via pull request January 24, 2025 06:20
Status Success
Total duration 25s
Artifacts

dependency-review.yaml

on: pull_request
dependency-review
12s
dependency-review
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
these look like formatting arguments but are not part of a formatting macro: examples/src/http/example-http-server.rs#L279
warning: these look like formatting arguments but are not part of a formatting macro --> examples/src/http/example-http-server.rs:279:29 | 279 | .route("/test/param/{:p1}/{:p2}", get(add)) | ^^^^^ ^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args
this looks like a formatting argument but it is not part of a formatting macro: examples/src/http/example-http-server.rs#L276
warning: this looks like a formatting argument but it is not part of a formatting macro --> examples/src/http/example-http-server.rs:276:29 | 276 | .route("/test/param/{:echo}", get(echo)) | ^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args = note: `#[warn(clippy::literal_string_with_formatting_args)]` on by default