Skip to content

Newlines

Newlines #88

Triggered via push April 9, 2024 13:35
Status Cancelled
Total duration 2m 58s
Artifacts

publish.yml

on: push
Linting (rustfmt + clippy)
39s
Linting (rustfmt + clippy)
Test
2m 48s
Test
Tag & Publish
0s
Tag & Publish
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 7 warnings
Test
The run was canceled by @MathiasPius.
Test
The operation was canceled.
passing a unit value to a function: src/api/server/mod.rs#L191
warning: passing a unit value to a function --> src/api/server/mod.rs:191:9 | 191 | / Ok(self 192 | | .go(withdraw_server_cancellation(server_number)) 193 | | .await? 194 | | .throw_away()) | |__________________________^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unit_arg = note: `#[warn(clippy::unit_arg)]` on by default help: move the expression in front of the call and replace it with the unit literal `()` | 191 ~ self 192 + .go(withdraw_server_cancellation(server_number)) 193 + .await? 194 + .throw_away(); 195 + Ok(()) |
Linting (rustfmt + clippy)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, 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 (rustfmt + clippy)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, 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 (rustfmt + clippy)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Linting (rustfmt + clippy)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Linting (rustfmt + clippy)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Linting (rustfmt + clippy)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/