Skip to content

Rework server list implementation #348

Rework server list implementation

Rework server list implementation #348

Triggered via push June 7, 2024 19:58
Status Failure
Total duration 4m 30s
Artifacts

check.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
variants `Open` and `Close` are never constructed: hook/src/hooks/ws.rs#L74
error: variants `Open` and `Close` are never constructed --> hook/src/hooks/ws.rs:74:5 | 71 | enum EventType { | --------- variants in this enum ... 74 | Open, | ^^^^ 75 | Close, | ^^^^^ | = note: `EventType` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis = note: `-D dead-code` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(dead_code)]`
check
Clippy had exited with the 101 exit code
check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/