basic pop up to take action on project #389
Annotations
1 error and 16 warnings
Test using stable
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
Test using stable
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/.
|
Test using stable
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/
|
Test using stable
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/
|
Test using stable
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/
|
Test using stable
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/
|
Test using stable
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/
|
Test using stable
/home/runner/work/kondo/kondo/kondo-lib/Cargo.toml: unused manifest key: dependencies.toml.no-default-features
|
Test using stable:
kondo-lib/src/search.rs#L23
variable `scan_count` is assigned to, but never used
|
Test using stable:
kondo-lib/src/search.rs#L13
unused variable: `i`
|
Test using stable:
kondo-lib/src/lib.rs#L99
variable `sleeping_threads` is assigned to, but never used
|
Test using stable
`kondo-lib` (lib) generated 3 warnings (run `cargo fix --lib -p kondo-lib` to apply 1 suggestion)
|
Test using stable:
kondo-lib/src/test.rs#L61
fields `files` and `artifacts` are never read
|
Test using stable:
kondo-lib/src/test.rs#L73
method `fully_clean` is never used
|
Test using stable:
kondo-tui/src/main.rs#L248
unused variable: `path_column_width`
|
Test using stable:
kondo-tui/src/main.rs#L280
function `remap` is never used
|
Test using stable:
kondo-tui/src/main.rs#L429
field `path_chars` is never read
|