Allow setting private key for sender #2010
check.yml
on: pull_request
stable / fmt
2m 2s
nightly / doc
2m 14s
ubuntu / stable / features
9m 37s
build-artifacts
1m 33s
Matrix: clippy
Matrix: msrv
Annotations
3 errors and 4 warnings
first doc comment paragraph is too long:
packages/cw-orch-core/src/contract/paths.rs#L96
error: first doc comment paragraph is too long
--> packages/cw-orch-core/src/contract/paths.rs:96:5
|
96 | / /// Creates an [`ArtifactsDir`] from the current workspace by searching the file tree for a directory named `artifacts`.
97 | | /// It does this by reading the CARGO_MANIFEST_DIR environment variable and going up the file tree until it finds the `artifacts` dir...
| |____^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_long_first_doc_paragraph
help: add an empty line
|
96 ~ /// Creates an [`ArtifactsDir`] from the current workspace by searching the file tree for a directory named `artifacts`.
97 + ///
|
|
first doc comment paragraph is too long:
packages/cw-orch-core/src/contract/interface_traits.rs#L243
error: first doc comment paragraph is too long
--> packages/cw-orch-core/src/contract/interface_traits.rs:243:1
|
243 | / /// Trait to implement on the contract to enable it to be uploaded
244 | | /// Should return [`WasmPath`](crate::contract::interface_traits::WasmPath) for `Chain = Daemon`
245 | | /// and [`Box<&dyn Contract>`] for `Chain = Mock`
| |_
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_long_first_doc_paragraph
= note: `-D clippy::too-long-first-doc-paragraph` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::too_long_first_doc_paragraph)]`
|
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/
|
beta / clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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/
|
stable / clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|