Skip to content

Merge pull request #51 from hnez/simplify-setup #118

Merge pull request #51 from hnez/simplify-setup

Merge pull request #51 from hnez/simplify-setup #118

Triggered via push January 11, 2024 09:45
Status Success
Total duration 1m 38s
Artifacts

tacd-webui.yaml

on: push
npx prettier
10s
npx prettier
npx license-checker
9s
npx license-checker
npm run build
1m 28s
npm run build
Fit to window
Zoom out
Zoom in

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/