Skip to content

advent_of_code 2022-9: setup #91

advent_of_code 2022-9: setup

advent_of_code 2022-9: setup #91

Triggered via push September 3, 2023 15:11
Status Success
Total duration 1m 22s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

18 warnings
unit-test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
unit-test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
unit-test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
unit-test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
unit-test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
unit-test
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
unit-test
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
unit-test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
unit-test: advent_of_code/src/algorithm/graph.rs#L1
unused imports: `collections::HashSet`, `iter::FromIterator`
unit-test
`advent_of_code` (lib) generated 1 warning (run `cargo fix --lib -p advent_of_code` to apply 1 suggestion)
unit-test: advent_of_code/src/aoc2022/9.rs#L19
value assigned to `direction` is never read
unit-test
`advent_of_code` (bin "2022-9" test) generated 2 warnings (run `cargo fix --bin "2022-9" --tests` to apply 1 suggestion)
unit-test
`advent_of_code` (bin "2020-25" test) generated 1 warning (run `cargo fix --bin "2020-25" --tests` to apply 1 suggestion)
unit-test
`advent_of_code` (bin "2018-7" test) generated 1 warning
unit-test: advent_of_code/src/aoc2021/17.rs#L4
unused import: `itertools::Itertools`
unit-test: advent_of_code/src/aoc2021/17.rs#L47
unnecessary parentheses around assigned value
unit-test
`advent_of_code` (bin "2021-17" test) generated 3 warnings (run `cargo fix --bin "2021-17" --tests` to apply 3 suggestions)
unit-test: advent_of_code/src/aoc2021/9.rs#L4
unused import: `std::iter::IntoIterator`