Skip to content

feat(protocol-designer, step-generation, shared-data): 96-channel tip adapter + well selection support #29467

feat(protocol-designer, step-generation, shared-data): 96-channel tip adapter + well selection support

feat(protocol-designer, step-generation, shared-data): 96-channel tip adapter + well selection support #29467

Triggered via pull request October 25, 2023 12:28
Status Success
Total duration 10m 53s
Artifacts

js-check.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
js checks: app-shell-odd/src/config/index.ts#L80
This assertion is unnecessary since it does not change the type of the expression
js checks: app-shell-odd/src/dialogs/index.ts#L38
This assertion is unnecessary since it does not change the type of the expression
js checks: app-shell-odd/src/dialogs/index.ts#L61
This assertion is unnecessary since it does not change the type of the expression
js checks: app-shell-odd/src/http.ts#L53
Unexpected number value in conditional. An explicit zero/NaN check is required
js checks: app-shell-odd/src/main.ts#L28
Promises must be handled appropriately or explicitly marked as ignored with the `void` operator
js checks: app-shell-odd/src/main.ts#L38
Promises must be handled appropriately or explicitly marked as ignored with the `void` operator
js checks: app-shell-odd/src/main.ts#L65
Promises must be handled appropriately or explicitly marked as ignored with the `void` operator
js checks: app-shell-odd/src/main.ts#L107
Promises must be handled appropriately or explicitly marked as ignored with the `void` operator
js checks: app-shell-odd/src/main.ts#L108
Promises must be handled appropriately or explicitly marked as ignored with the `void` operator
js checks: app-shell-odd/src/system-update/release-files.ts#L68
Unexpected nullable string value in conditional. Please handle the nullish/empty cases explicitly