Skip to content

update changelog

update changelog #126

Triggered via push October 6, 2024 11:18
Status Success
Total duration 1m 1s
Artifacts

quality_test.yml

on: push
clippy_check
51s
clippy_check
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
unreachable statement: src/asynch/mod.rs#L49
warning: unreachable statement --> src/asynch/mod.rs:49:5 | 46 | return; | ------ any code following this expression is unreachable ... 49 | / { 50 | | embassy_time::Timer::after_secs(1).await; 51 | | return; 52 | | } | |_____^ unreachable statement | = note: `#[warn(unreachable_code)]` on by default
unreachable statement: src/asynch/mod.rs#L49
warning: unreachable statement --> src/asynch/mod.rs:49:5 | 46 | return; | ------ any code following this expression is unreachable ... 49 | / { 50 | | embassy_time::Timer::after_secs(1).await; 51 | | return; 52 | | } | |_____^ unreachable statement | = note: `#[warn(unreachable_code)]` on by default
clippy_check
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/
clippy_check
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/