Skip to content

chore(deps): update dependency @types/node to ^20.17.3 (#188) #529

chore(deps): update dependency @types/node to ^20.17.3 (#188)

chore(deps): update dependency @types/node to ^20.17.3 (#188) #529

Triggered via push November 2, 2024 11:43
Status Success
Total duration 41s
Artifacts

ci.yml

on: push
main
25s
main
rust-tests-working
12s
rust-tests-working
rust-tests-not-working
13s
rust-tests-not-working
rust-tests-cross
32s
rust-tests-cross
rust-clippy-warnings
14s
rust-clippy-warnings
rust-fmt-warnings
12s
rust-fmt-warnings
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 4 warnings
rust-fmt-warnings
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
rust-tests-not-working: rust_tests/not_working/src/does_not_compile.rs#L2
expected one of `.`, `;`, `?`, `}`, or an operator, found `"will"`
rust-tests-not-working
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
rust-tests-not-working: rust_tests/not_working/src/main.rs#L4
function `not_used` is never used
rust-clippy-warnings: rust_tests/clippy_warnings/src/main.rs#L3
unneeded `return` statement
rust-clippy-warnings: rust_tests/clippy_warnings/src/main.rs#L5
unneeded `return` statement
rust-clippy-warnings: rust_tests/clippy_warnings/src/main.rs#L2
this if-then-else expression returns a bool literal