Skip to content

refactor: cargo fmt --all #490

refactor: cargo fmt --all

refactor: cargo fmt --all #490

Triggered via push November 11, 2024 09:13
Status Failure
Total duration 3m 18s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 2 warnings
cannot find function `get_release_note` in module `release_note`: crates/brack-release/src/main.rs#L92
error[E0425]: cannot find function `get_release_note` in module `release_note` --> crates/brack-release/src/main.rs:92:27 | 92 | release_note::get_release_note().await?; | ^^^^^^^^^^^^^^^^ not found in `release_note`
clippy
Clippy had exited with the 101 exit code
cannot find function `get_release_note` in module `release_note`: crates/brack-release/src/main.rs#L92
error[E0425]: cannot find function `get_release_note` in module `release_note` --> crates/brack-release/src/main.rs:92:27 | 92 | release_note::get_release_note().await?; | ^^^^^^^^^^^^^^^^ not found in `release_note`
clippy
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/
clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/