chore(deps): alloy 0.3.3 #629
Triggered via pull request
September 17, 2024 16:50
Status
Failure
Total duration
8m 55s
Artifacts
–
Annotations
3 errors and 4 warnings
test ubuntu-latest
Process completed with exit code 100.
|
test macos-latest
The job was canceled because "ubuntu-latest" failed.
|
test macos-latest
The operation was canceled.
|
clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, giraffate/clippy-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
clippy:
crates/cli/src/args.rs#L45
[clippy] reported by reviewdog 🐶
<pre><code>warning: name `CFG` contains a capitalized acronym
--> crates/cli/src/args.rs:45:5
|
45 | CFG(CFGArgs),
| ^^^ help: consider making the acronym lowercase, except the initial letter: `Cfg`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#upper_case_acronyms
= note: `#[warn(clippy::upper_case_acronyms)]` on by default
</code></pre>
Raw Output:
crates/cli/src/args.rs:45:5:w:
<pre><code>warning: name `CFG` contains a capitalized acronym
--> crates/cli/src/args.rs:45:5
|
45 | CFG(CFGArgs),
| ^^^ help: consider making the acronym lowercase, except the initial letter: `Cfg`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#upper_case_acronyms
= note: `#[warn(clippy::upper_case_acronyms)]` on by default
</code></pre>
__END__
|
check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test ubuntu-latest
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|