Skip to content

ci: read docker image tag from .env #13

ci: read docker image tag from .env

ci: read docker image tag from .env #13

Triggered via push June 20, 2024 13:15
Status Success
Total duration 7m 5s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
field `root` is never read: src/clients/beacon/types.rs#L68
warning: field `root` is never read --> src/clients/beacon/types.rs:68:9 | 67 | pub struct BlockHeader { | ----------- field in this struct 68 | pub root: H256, | ^^^^ | = note: `BlockHeader` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
field `block` is never read: src/clients/beacon/types.rs#L96
warning: field `block` is never read --> src/clients/beacon/types.rs:96:9 | 93 | pub struct HeadEventData { | ------------- field in this struct ... 96 | pub block: H256, | ^^^^^ | = note: `HeadEventData` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
Run tests: src/clients/beacon/types.rs#L68
field `root` is never read
Run tests: src/clients/beacon/types.rs#L96
field `block` is never read
Run tests: src/clients/beacon/types.rs#L68
field `root` is never read
Run tests: src/clients/beacon/types.rs#L96
field `block` is never read