Skip to content

StatusBar: Pinned nodes / Restore prev. git status #20

StatusBar: Pinned nodes / Restore prev. git status

StatusBar: Pinned nodes / Restore prev. git status #20

Triggered via pull request August 26, 2025 20:39
Status Failure
Total duration 1m 12s
Artifacts

premerge.yaml

on: pull_request
check  /  check-format-backend
7s
check / check-format-backend
check  /  check-format-frontend
23s
check / check-format-frontend
check  /  lint-backend
40s
check / lint-backend
check  /  lint-frontend
26s
check / lint-frontend
check  /  check-api-types
1m 8s
check / check-api-types
check  /  typecheck-frontend
22s
check / typecheck-frontend
Matrix: build / build
Waiting for pending jobs
build  /  build-docs
build / build-docs
test  /  test-backend
test / test-backend
test  /  test-frontend
test / test-frontend
Fit to window
Zoom out
Zoom in

Annotations

6 errors
check / typecheck-frontend
Process completed with exit code 2.
check / typecheck-frontend: frontend/src/types/nodes.ts#L78
This syntax is not allowed when 'erasableSyntaxOnly' is enabled.
check / typecheck-frontend: frontend/src/components/git-dialog.tsx#L176
Argument of type 'string' is not assignable to parameter of type 'GitMetadata'.
check / typecheck-frontend: frontend/src/components/git-dialog.tsx#L175
Argument of type 'string' is not assignable to parameter of type 'GitMetadata'.
check / lint-frontend
Process completed with exit code 1.
check / lint-frontend: frontend/src/components/status-bar.tsx#L272
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator