Skip to content

Added cw-plus interface #2052

Added cw-plus interface

Added cw-plus interface #2052

Triggered via pull request September 17, 2024 12:46
Status Failure
Total duration 11m 19s
Artifacts

check.yml

on: pull_request
Matrix: clippy
Matrix: msrv
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 4 warnings
no function or associated item named `github_release` found for struct `cw_orch::prelude::WasmPath` in the current scope: packages/integrations/cw-plus/src/cw20_base.rs#L21
error[E0599]: no function or associated item named `github_release` found for struct `cw_orch::prelude::WasmPath` in the current scope --> packages/integrations/cw-plus/src/cw20_base.rs:21:19 | 21 | WasmPath::github_release( | ^^^^^^^^^^^^^^ function or associated item not found in `WasmPath` | note: if you're trying to build a new `cw_orch::prelude::WasmPath`, consider using `cw_orch::prelude::WasmPath::new` which returns `std::result::Result<cw_orch::prelude::WasmPath, cw_orch::prelude::CwOrchError>` --> /home/runner/work/cw-orchestrator/cw-orchestrator/packages/cw-orch-core/src/contract/paths.rs:32:9 | 32 | pub fn new(path: impl Into<PathBuf>) -> Result<Self, CwEnvError> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
stable / clippy
Clippy had exited with the 101 exit code
ubuntu / 1.76.0
Process completed with exit code 101.
first doc comment paragraph is too long: packages/macros/cw-orch-fns-derive/src/lib.rs#L25
error: first doc comment paragraph is too long --> packages/macros/cw-orch-fns-derive/src/lib.rs:25:1 | 25 | / /// Available attributes are : 26 | | /// returns - The return type of the query 27 | | /// fn_name - Modify the generated function name (useful for query or execute variants for instance) 28 | | /// disable_fields_sorting - By default the fields are sorted on named variants. Disabled this behavior 29 | | /// into - The field can be indicated in the generated function with a type that implements `Into` the field type | |_ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_long_first_doc_paragraph
first doc comment paragraph is too long: packages/macros/cw-orch-fns-derive/src/lib.rs#L13
error: first doc comment paragraph is too long --> packages/macros/cw-orch-fns-derive/src/lib.rs:13:1 | 13 | / /// Available attributes are : 14 | | /// payable - The Execute function can accept funds 15 | | /// fn_name - Modify the generated function name (useful for query or execute variants for instance) 16 | | /// disable_fields_sorting - By default the fields are sorted on named variants. Disabled this behavior 17 | | /// into - The field can be indicated in the generated function with a type that implements `Into` the field type | |_ | = 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
ubuntu / stable / features
Process completed with exit code 1.
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/
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/