Skip to content

fix gh tests

fix gh tests #108

Triggered via push September 9, 2024 18:29
Status Success
Total duration 1m 3s
Artifacts

quality_test.yml

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

Annotations

3 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
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/