Operation dispatcher FSM #102
Annotations
17 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@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/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1, arduino/setup-protoc@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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/
|
src/action_dispatcher.rs#L5
enum `State` is never used
|
src/action_dispatcher.rs#L12
method `next` is never used
|
src/action_dispatcher.rs#L21
struct `Action` is never constructed
|
src/action_dispatcher.rs#L28
associated items `default`, `set_operation`, `trigger`, `get_state`, and `get_result` are never used
|
src/action_dispatcher.rs#L57
struct `ActionDispatcher` is never constructed
|
src/action_dispatcher.rs#L62
associated items `default`, `push_actions`, `get_current_action_state`, `get_current_action_result`, and `next` are never used
|
|
src/action_dispatcher.rs#L117
variable does not need to be mutable
|
src/action_dispatcher.rs#L144
variable does not need to be mutable
|
src/action_dispatcher.rs#L62
associated function `default` is never used
|
|
This job succeeded
Loading