refactor: cargo fmt --all #490
ci.yml
on: push
test
2m 3s
build
1m 27s
cargo-fmt
44s
clippy
3m 7s
nixfmt-rfc-style
26s
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/
|