add unique solution calculation #27
Annotations
15 warnings
|
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions-rs/cargo@v1, actions-rs/toolchain@v1, actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
solitaire-game/src/stats.rs#L49
the variable `i` is used as a loop counter
|
|
solitaire-game/src/stats.rs#L39
the variable `i` is used as a loop counter
|
|
solitaire-game/src/stats.rs#L22
very complex type used. Consider factoring parts into `type` definitions
|
|
solitaire-game/src/buttons.rs#L269
this `if` statement can be collapsed
|
|
solitaire-game/src/buttons.rs#L263
this lifetime isn't used in the function definition
|
|
solitaire-game/src/total_progress.rs#L19
empty line after doc comment
|
|
|
|
solitaire-solver/src/unique_solutions.rs#L98
using `clone` on type `Move` which implements the `Copy` trait
|
|
solitaire-solver/src/unique_solutions.rs#L69
using `clone` on type `Board` which implements the `Copy` trait
|
|
solitaire-solver/src/unique_solutions.rs#L6
empty line after doc comment
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
The logs for this run have expired and are no longer available.
Loading