Skip to content

add routes endpoint #53

add routes endpoint

add routes endpoint #53

Triggered via pull request October 14, 2024 10:05
Status Success
Total duration 2m 15s
Billable time 3m
Artifacts 1

build_cli.yaml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
Create binary for x86_64-unknown-linux-gnu
The following actions use a deprecated Node.js version and will be forced to run on node20: giraffate/clippy-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Create binary for x86_64-unknown-linux-gnu: fpx/src/data/models.rs#L105
[clippy] reported by reviewdog 🐶 warning: direct implementation of `ToString` --> fpx/src/data/models.rs:105:1 | 105 | / impl ToString for RouteOrigin { 106 | | fn to_string(&self) -> String { 107 | | serde_json::to_string(&self).expect("serialization to always work") 108 | | } 109 | | } | |_^ | = help: prefer implementing `Display` instead = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_trait_impl = note: `#[warn(clippy::to_string_trait_impl)]` on by default Raw Output: fpx/src/data/models.rs:105:1:w:warning: direct implementation of `ToString` --> fpx/src/data/models.rs:105:1 | 105 | / impl ToString for RouteOrigin { 106 | | fn to_string(&self) -> String { 107 | | serde_json::to_string(&self).expect("serialization to always work") 108 | | } 109 | | } | |_^ | = help: prefer implementing `Display` instead = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_trait_impl = note: `#[warn(clippy::to_string_trait_impl)]` on by default __END__
Create binary for x86_64-unknown-linux-gnu: fpx/src/data/models.rs#L125
[clippy] reported by reviewdog 🐶 warning: direct implementation of `ToString` --> fpx/src/data/models.rs:125:1 | 125 | / impl ToString for RequestType { 126 | | fn to_string(&self) -> String { 127 | | serde_json::to_string(&self).expect("serialization to always work") 128 | | } 129 | | } | |_^ | = help: prefer implementing `Display` instead = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_trait_impl Raw Output: fpx/src/data/models.rs:125:1:w:warning: direct implementation of `ToString` --> fpx/src/data/models.rs:125:1 | 125 | / impl ToString for RequestType { 126 | | fn to_string(&self) -> String { 127 | | serde_json::to_string(&self).expect("serialization to always work") 128 | | } 129 | | } | |_^ | = help: prefer implementing `Display` instead = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_trait_impl __END__

Artifacts

Produced during runtime
Name Size
fpx_x86_64-unknown-linux-gnu Expired
8.01 MB