Skip to content

Refactor error handling across CLI commands #292

Refactor error handling across CLI commands

Refactor error handling across CLI commands #292

Triggered via pull request September 18, 2024 19:32
Status Failure
Total duration 48s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 3 warnings
clippy: cli/src/command/auth/login.rs#L3
unused import: `anyhow`
clippy: cli/src/command/deployments/accounts.rs#L3
unused import: `anyhow`
clippy: cli/src/command/deployments/accounts.rs#L14
unused import: `Response`
clippy: cli/src/command/deployments/create.rs#L3
unused import: `anyhow`
clippy: cli/src/command/deployments/create.rs#L12
unused import: `Response`
clippy: cli/src/command/deployments/delete.rs#L1
unused import: `anyhow`
clippy: cli/src/command/deployments/delete.rs#L6
unused import: `Response`
clippy: cli/src/command/deployments/describe.rs#L4
unused import: `anyhow`
clippy: cli/src/command/deployments/describe.rs#L10
unused import: `Response`
clippy: cli/src/command/deployments/fork.rs#L3
unused import: `anyhow`
test: cli/src/command/auth/login.rs#L3
unused import: `anyhow`
test: cli/src/command/deployments/accounts.rs#L3
unused import: `anyhow`
test: cli/src/command/deployments/accounts.rs#L14
unused import: `Response`
test: cli/src/command/deployments/create.rs#L3
unused import: `anyhow`
test: cli/src/command/deployments/create.rs#L12
unused import: `Response`
test: cli/src/command/deployments/delete.rs#L1
unused import: `anyhow`
test: cli/src/command/deployments/delete.rs#L6
unused import: `Response`
test: cli/src/command/deployments/describe.rs#L4
unused import: `anyhow`
test: cli/src/command/deployments/describe.rs#L10
unused import: `Response`
test: cli/src/command/deployments/fork.rs#L3
unused import: `anyhow`
fmt
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/