refactor: migrate web server to axum (lite) #371
premerge.yml
on: pull_request
build-and-test
37s
linting
48s
Annotations
3 errors and 5 warnings
build-and-test
Process completed with exit code 101.
|
no method named `unwrap` found for struct `tracing::instrument::Instrumented` in the current scope:
src/main.rs#L103
error[E0599]: no method named `unwrap` found for struct `tracing::instrument::Instrumented` in the current scope
--> src/main.rs:103:14
|
100 | // app.handle(req)
101 | || .await
| ||__________________- method `unwrap` is available on `std::result::Result<axum::http::Response<axum::body::Body>, axum::Error>`
102 | | .instrument(tracing::info_span!("@", %path))
103 | | .unwrap()
| | -^^^^^^ method not found in `Instrumented<Result<Response<Body>, Error>>`
| |______________|
|
|
linting
Clippy had exited with the 101 exit code
|
build-and-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
linting
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
linting
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
linting
Unexpected input(s) 'clippy', valid inputs are ['toolchain', 'target', 'components', 'cache']
|
linting
Unexpected input(s) 'clippy', valid inputs are ['toolchain', 'target', 'components', 'cache']
|