Fixing workflow experimental - #44
Closed
jerrysxie wants to merge 31 commits into
Closed
Annotations
3 warnings
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, giraffate/clippy-action@v1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
cargo clippy (examples/rt685s):
examples/rt685s/application/src/main.rs#L35
[clippy] reported by reviewdog 🐶
warning: unused variable: `x`
--> application/src/main.rs:35:9
|
35 | let x: u32 = 0;
| ^ help: if this is intentional, prefix it with an underscore: `_x`
|
= note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
Raw Output:
application/src/main.rs:35:9:w:warning: unused variable: `x`
--> application/src/main.rs:35:9
|
35 | let x: u32 = 0;
| ^ help: if this is intentional, prefix it with an underscore: `_x`
|
= note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
__END__
|
|
cargo clippy (libs)
Unexpected input(s) 'extra_args', valid inputs are ['github_token', 'clippy_flags', 'tool_name', 'level', 'reporter', 'filter_mode', 'fail_on_error', 'reviewdog_flags', 'workdir', 'reviewdog_version']
|
background
wait
wait-all
cancel
parallel
Loading