fix release workflow #162
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Package:
crates/nanocld_client/src/vm.rs#L1
unused import: `rt`
|
Package:
bin/nanocl/src/commands/vm.rs#L4
unused imports: `Read`, `Write`, `thread`, and `time::Duration`
|
Package:
bin/nanocl/src/commands/vm.rs#L10
unused imports: `SinkExt`, `StreamExt`, and `channel::mpsc`
|
Package:
bin/nanocl/src/commands/vm.rs#L13
unused imports: `time`, `util::Bytes`, and `ws`
|
Package:
bin/nanocl/src/commands/vm.rs#L17
unused import: `FromIo`
|
Package:
bin/nanocl/src/commands/vm.rs#L20
unused imports: `OutputKind` and `OutputLog`
|
Package:
bin/nanocl/src/main.rs#L100
unused variable: `args`
|
Package:
bin/nanocl/src/main.rs#L111
unused variable: `args`
|
Package:
bin/nanocl/src/commands/vm.rs#L272
unused variable: `name`
|
Package:
bin/nanocl/src/utils/docker.rs#L23
function `update_image_progress` is never used
|
Loading