StatusBar: Pinned nodes / Restore prev. git status #20
premerge.yaml
on: pull_request
check
/
check-format-backend
7s
check
/
check-format-frontend
23s
check
/
lint-backend
40s
check
/
lint-frontend
26s
check
/
check-api-types
1m 8s
check
/
typecheck-frontend
22s
Matrix: build / build
Waiting for pending jobs
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
|