Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

report spam link

report spam link #37

Triggered via push November 2, 2023 18:29
Status Cancelled
Total duration 1m 56s
Artifacts

main.yml

on: push
Deploy app
1m 42s
Deploy app
First run experience check
1m 41s
First run experience check
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 5 warnings
First run experience check
The operation was canceled.
Deploy app
The operation was canceled.
try not to call a closure in the expression where it is declared: web/src/middleware.rs#L82
warning: try not to call a closure in the expression where it is declared --> web/src/middleware.rs:82:25 | 82 | $code(self, req) | ^^^^^^^^^^^^^^^^ | ::: web/src/server.rs:104:1 | 104 | / create_middleware!( 105 | | TimingCorsHeaders, 106 | | |ctx: &MiddlewareTransform<S>, req: ServiceRequest| { 107 | | use actix_web::http::header::{HeaderName, HeaderValue}; ... | 138 | | } 139 | | ); | |_- in this macro invocation | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call = note: this warning originates in the macro `create_middleware` (in Nightly builds, run with -Z macro-backtrace for more info)
try not to call a closure in the expression where it is declared: web/src/middleware.rs#L82
warning: try not to call a closure in the expression where it is declared --> web/src/middleware.rs:82:25 | 82 | $code(self, req) | ^^^^^^^^^^^^^^^^ | ::: web/src/server.rs:82:1 | 82 | / create_middleware!( 83 | | ProtectEndpoint, 84 | | |ctx: &MiddlewareTransform<S>, req: ServiceRequest| { 85 | | let mut req = req; ... | 101 | | } 102 | | ); | |_- in this macro invocation | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure_call = note: `#[warn(clippy::redundant_closure_call)]` on by default = note: this warning originates in the macro `create_middleware` (in Nightly builds, run with -Z macro-backtrace for more info)
unnecessary hashes around raw string literal: web/src/handlers.rs#L111
warning: unnecessary hashes around raw string literal --> web/src/handlers.rs:111:56 | 111 | let cleaned_escaped = cleaned.replace('/', r#"\/"#); | ^^^^^^^ help: try: `r"\/"` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_raw_string_hashes = note: `#[warn(clippy::needless_raw_string_hashes)]` on by default
First run experience check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Deploy app
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/