DCAP cert validation tests #5
cosmwasm-basic.yml
on: pull_request
Test Suite
2m 30s
Schema
1m 14s
Annotations
1 error and 4 warnings
returning the result of a `let` binding from a block:
cosmwasm/packages/quartz-tee-ra/src/intel_sgx/dcap.rs#L25
error: returning the result of a `let` binding from a block
--> cosmwasm/packages/quartz-tee-ra/src/intel_sgx/dcap.rs:25:5
|
24 | let verification = verifier.verify(&evidence);
| ---------------------------------------------- unnecessary `let` binding
25 | verification
| ^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#let_and_return
note: the lint level is defined here
--> cosmwasm/packages/quartz-tee-ra/src/lib.rs:14:5
|
14 | warnings
| ^^^^^^^^
= note: `#[deny(clippy::let_and_return)]` implied by `#[deny(warnings)]`
help: return the expression directly
|
24 ~
25 ~ verifier.verify(&evidence)
|
|
Schema
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Schema
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/
|
Test Suite
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test Suite
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/
|