Skip to content

Add tsc

Add tsc #596

Triggered via push September 9, 2025 15:48
Status Failure
Total duration 1m 1s
Artifacts

push.yml

on: push
Test and typecheck on node 20.x and ubuntu-latest
57s
Test and typecheck on node 20.x and ubuntu-latest
Spell check
5s
Spell check
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Test and typecheck on node 20.x and ubuntu-latest
Process completed with exit code 1.
Test and typecheck on node 20.x and ubuntu-latest: lib/src/components/tree/TreeCanvasBlock.tsx#L185
Prefer using an optional chain expression instead, as it's more concise and easier to read
Test and typecheck on node 20.x and ubuntu-latest: app/src/model.ts#L5
`mobx` import should occur before import of `mobx-state-tree`
Test and typecheck on node 20.x and ubuntu-latest: app/src/model.ts#L4
There should be at least one empty line between import groups