v0.3.0 #2
Annotations
19 warnings
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. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Set up Rust
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/
|
Set up Rust
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/
|
Set up Rust
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/
|
Set up Rust
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/
|
Cargo build:
src/command_handlers/list_remote.rs#L6
unused import: `self`
|
Cargo build:
src/tests.rs#L2
unused import: `error::ErrorKind`
|
Cargo build:
src/command_handlers/list_remote.rs#L19
variable does not need to be mutable
|
Cargo build:
src/tests.rs#L5
function `test_cli` is never used
|
Cargo build
`kaivm` (bin "kaivm") generated 4 warnings (run `cargo fix --bin "kaivm"` to apply 3 suggestions)
|
Cargo tests:
src/command_handlers/list_remote.rs#L6
unused import: `self`
|
Cargo tests:
src/command_handlers/list_remote.rs#L19
variable does not need to be mutable
|
Cargo tests
`kaivm` (bin "kaivm" test) generated 2 warnings (run `cargo fix --bin "kaivm" --tests` to apply 2 suggestions)
|
Publish to crates.io:
src/command_handlers/list_remote.rs#L6
unused import: `self`
|
Publish to crates.io:
src/tests.rs#L2
unused import: `error::ErrorKind`
|
Publish to crates.io:
src/command_handlers/list_remote.rs#L19
variable does not need to be mutable
|
Publish to crates.io:
src/tests.rs#L5
function `test_cli` is never used
|
Publish to crates.io
`kaivm` (bin "kaivm") generated 4 warnings (run `cargo fix --bin "kaivm"` to apply 3 suggestions)
|
Loading