Merge pull request #51 from hnez/simplify-setup #118
tacd-webui.yaml
on: push
npx prettier
10s
npx license-checker
9s
npm run build
1m 28s
Annotations
2 errors and 3 warnings
accessing first element with `ips.get(0)`:
src/ui/screens/system.rs#L120
error: accessing first element with `ips.get(0)`
--> src/ui/screens/system.rs:120:30
|
120 | let ip = ips.get(0).map(|s| s.as_str()).unwrap_or("-");
| ^^^^^^^^^^ help: try: `ips.first()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#get_first
|
accessing first element with `ips.get(0)`:
src/ui/screens/setup.rs#L119
error: accessing first element with `ips.get(0)`
--> src/ui/screens/setup.rs:119:30
|
119 | let ip = ips.get(0).cloned();
| ^^^^^^^^^^ help: try: `ips.first()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#get_first
= note: `-D clippy::get-first` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::get_first)]`
|
npx license-checker
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
npx prettier
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
npm run build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|