fixup! feat(ci): build and deploy docs #8
This workflow graph cannot be shown
A graph will be generated the next time this workflow is run.
Annotations
1 error and 3 warnings
Invalid workflow file:
.github/workflows/report.yml#L124
You have an error in your yaml syntax on line 124
|
[clippy] libcoap/src/context.rs#L649 <unused_variables>:
libcoap/src/context.rs#L649
unused variable: `a`
|
[clippy] libcoap/src/context.rs#L649 <clippy::clone_on_copy>:
libcoap/src/context.rs#L649
using `clone` on type `i32` which implements the `Copy` trait
|
[rustfmt] libcoap/src/crypto/mod.rs#L73:
libcoap/src/crypto/mod.rs#L73
Should be `pub enum ClientCryptoContext<'a> {`
|