WIP: implement HELP #299
ci.yml
on: pull_request
Check formatting
20s
Matrix: Test
Annotations
11 errors and 21 warnings
Check formatting
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
Test (nightly):
sable_ircd/src/command/handlers/admin.rs#L3
mismatched types
|
Test (nightly):
sable_ircd/src/command/handlers/away.rs#L4
mismatched types
|
Test (nightly):
sable_ircd/src/command/handlers/ban.rs#L24
mismatched types
|
Test (nightly):
sable_ircd/src/command/handlers/cap.rs#L6
mismatched types
|
Test (nightly):
sable_ircd/src/command/handlers/chathistory.rs#L38
mismatched types
|
Test (nightly):
sable_ircd/src/command/handlers/help.rs#L7
mismatched types
|
Test (nightly):
sable_ircd/src/command/handlers/invite.rs#L3
mismatched types
|
Test (nightly):
sable_ircd/src/command/handlers/join.rs#L3
mismatched types
|
Test (nightly):
sable_ircd/src/command/handlers/kick.rs#L3
mismatched types
|
Test (nightly):
sable_ircd/src/command/handlers/kill.rs#L4
mismatched types
|
Check formatting
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Check formatting
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
|
Check formatting
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 formatting
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 formatting
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 formatting
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 (nightly)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test (nightly)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
|
Test (nightly)
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 (nightly)
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 (nightly)
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 (nightly)
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 (nightly):
sable_macros/src/command_handler.rs#L5
unused import: `MetaList`
|
Test (nightly)
`sable_macros` (lib) generated 1 warning (run `cargo fix --lib -p sable_macros` to apply 1 suggestion)
|
Test (nightly):
sable_network/src/node/management.rs#L5
struct `ServerStatistics` is never constructed
|
Test (nightly):
sable_ircd/src/command/mod.rs#L80
unexpected `cfg` condition name: `debug`
|
Test (nightly):
sable_ircd/src/command/mod.rs#L82
unexpected `cfg` condition name: `debug`
|
Test (nightly):
sable_ircd/src/command/handlers/help.rs#L3
unused import: `std::collections::HashMap`
|
Test (nightly):
sable_ircd/src/command/handlers/help.rs#L11
unused variable: `server`
|
Test (nightly)
`sable_network` (lib) generated 1 warning
|
Test (nightly)
`sable_ircd` (lib) generated 4 warnings
|