Skip to content

[Feature] Command Line Interface (CLI) #1093

[Feature] Command Line Interface (CLI)

[Feature] Command Line Interface (CLI) #1093

Triggered via pull request December 22, 2023 19:44
Status Failure
Total duration 6m 56s
Artifacts

check.yml

on: pull_request
stable / fmt
2m 3s
stable / fmt
nightly / doc
3m 9s
nightly / doc
ubuntu / stable / features
6m 39s
ubuntu / stable / features
build-artifacts
1m 25s
build-artifacts
Matrix: clippy
Matrix: msrv
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 2 warnings
stable / fmt
Process completed with exit code 123.
unused imports: `authz::v1beta1 as authz`, `crisis::v1beta1 as crisis`, `distribution::v1beta1 as distribution`, `evidence::v1beta1 as evidence`, `mint::v1beta1 as mint`, `params::v1beta1 as params`, `slashing::v1beta1 as slashing`, `v1beta1 as base`: cw-orch-daemon/src/lib.rs#L34
error: unused imports: `authz::v1beta1 as authz`, `crisis::v1beta1 as crisis`, `distribution::v1beta1 as distribution`, `evidence::v1beta1 as evidence`, `mint::v1beta1 as mint`, `params::v1beta1 as params`, `slashing::v1beta1 as slashing`, `v1beta1 as base` --> cw-orch-daemon/src/lib.rs:34:13 | 34 | authz::v1beta1 as authz, | ^^^^^^^^^^^^^^^^^^^^^^^ 35 | bank::v1beta1 as bank, 36 | base::{abci::v1beta1 as abci, tendermint::v1beta1 as tendermint, v1beta1 as base}, | ^^^^^^^^^^^^^^^ 37 | crisis::v1beta1 as crisis, | ^^^^^^^^^^^^^^^^^^^^^^^^^ 38 | distribution::v1beta1 as distribution, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 39 | evidence::v1beta1 as evidence, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... 42 | mint::v1beta1 as mint, | ^^^^^^^^^^^^^^^^^^^^^ 43 | params::v1beta1 as params, | ^^^^^^^^^^^^^^^^^^^^^^^^^ 44 | slashing::v1beta1 as slashing, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `-D unused-imports` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(unused_imports)]`
beta / clippy
Clippy had exited with the 101 exit code
beta / 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/
stable / 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/