Skip to content

update gitignore

update gitignore #114

Triggered via push August 18, 2026 20:50
Status Success
Total duration 2m 1s
Artifacts

rust.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

44 warnings
fmt
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions-rs/cargo@v1, actions-rs/toolchain@v1, actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
fmt
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/
fmt
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/
fmt
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/
fmt
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/
clippy
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions-rs/cargo@v1, actions-rs/toolchain@v1, actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
clippy
`solitaire-solver` (lib) generated 9 warnings (run `cargo clippy --fix --lib -p solitaire-solver -- ` to apply 7 suggestions)
clippy: solitaire-solver/src/unique_solutions.rs#L161
use of `or_insert` to construct default value
clippy: solitaire-solver/src/unique_solutions.rs#L148
the loop variable `i` is only used to index `boards`
clippy: solitaire-solver/src/unique_solutions.rs#L131
using `clone` on type `Move` which implements the `Copy` trait
clippy: solitaire-solver/src/unique_solutions.rs#L63
using `clone` on type `Board` which implements the `Copy` trait
clippy: solitaire-solver/src/solution.rs#L139
this expression creates a reference which is immediately dereferenced by the compiler
clippy: solitaire-solver/src/solution.rs#L130
this `repeat().take()` can be written more concisely
clippy: solitaire-solver/src/par.rs#L54
redundant closure
clippy: solitaire-solver/src/par.rs#L39
redundant closure
clippy: solitaire-solver/src/unique_solutions.rs#L8
empty line after doc comment
clippy
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/
clippy
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/
clippy
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/
clippy
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/
check
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions-rs/cargo@v1, actions-rs/toolchain@v1, actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
check
`solitaire-game` (lib) generated 6 warnings
check: solitaire-game/src/stats.rs#L77
use of deprecated method `bevy::bevy_ecs::schedule::SystemCondition::or`: use `.or_else(...)` instead, or `.or_eager(...)` to eagerly evaluate both conditions
check: solitaire-game/src/stats.rs#L76
use of deprecated method `bevy::bevy_ecs::schedule::SystemCondition::or`: use `.or_else(...)` instead, or `.or_eager(...)` to eagerly evaluate both conditions
check: solitaire-game/src/stats.rs#L75
use of deprecated method `bevy::bevy_ecs::schedule::SystemCondition::or`: use `.or_else(...)` instead, or `.or_eager(...)` to eagerly evaluate both conditions
check: solitaire-game/src/stats.rs#L74
use of deprecated method `bevy::bevy_ecs::schedule::SystemCondition::or`: use `.or_else(...)` instead, or `.or_eager(...)` to eagerly evaluate both conditions
check: solitaire-game/src/stats.rs#L73
use of deprecated method `bevy::bevy_ecs::schedule::SystemCondition::or`: use `.or_else(...)` instead, or `.or_eager(...)` to eagerly evaluate both conditions
check: solitaire-game/src/hints.rs#L16
use of deprecated method `bevy::bevy_ecs::schedule::SystemCondition::and`: use `.and_then(...)` instead, or `.and_eager(...)` to evaluate the conditions eagerly
check
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/
check
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/
check
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/
check
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/
test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions-rs/cargo@v1, actions-rs/toolchain@v1, actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test
`solitaire-game` (lib) generated 6 warnings
test: solitaire-game/src/stats.rs#L77
use of deprecated method `bevy::bevy_ecs::schedule::SystemCondition::or`: use `.or_else(...)` instead, or `.or_eager(...)` to eagerly evaluate both conditions
test: solitaire-game/src/stats.rs#L76
use of deprecated method `bevy::bevy_ecs::schedule::SystemCondition::or`: use `.or_else(...)` instead, or `.or_eager(...)` to eagerly evaluate both conditions
test: solitaire-game/src/stats.rs#L75
use of deprecated method `bevy::bevy_ecs::schedule::SystemCondition::or`: use `.or_else(...)` instead, or `.or_eager(...)` to eagerly evaluate both conditions
test: solitaire-game/src/stats.rs#L74
use of deprecated method `bevy::bevy_ecs::schedule::SystemCondition::or`: use `.or_else(...)` instead, or `.or_eager(...)` to eagerly evaluate both conditions
test: solitaire-game/src/stats.rs#L73
use of deprecated method `bevy::bevy_ecs::schedule::SystemCondition::or`: use `.or_else(...)` instead, or `.or_eager(...)` to eagerly evaluate both conditions
test: solitaire-game/src/hints.rs#L16
use of deprecated method `bevy::bevy_ecs::schedule::SystemCondition::and`: use `.and_then(...)` instead, or `.and_eager(...)` to evaluate the conditions eagerly
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/
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/
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/
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/