Skip to content

[github] create lint and type check workflow #2

[github] create lint and type check workflow

[github] create lint and type check workflow #2

Triggered via pull request August 10, 2023 19:16
Status Failure
Total duration 1m 21s
Artifacts

lint-and-tsc.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint
This JSX tag's 'children' prop expects a single child of type 'string | number | undefined', but multiple children were provided.
lint
This JSX tag's 'children' prop expects a single child of type 'string | number | undefined', but multiple children were provided.
lint
This JSX tag's 'children' prop expects a single child of type 'string | number | undefined', but multiple children were provided.
lint
Type '(false | { overflow: "hidden"; } | { opacity: number; })[]' is not assignable to type 'string | number | undefined'.
lint
Type '{ default: { borderColor: { semantic: OpaqueColorValue; }; borderWidth: number; }; warning: { borderColor: string; borderWidth: number; }; error: { borderColor: string; borderWidth: number; }; hairline: { ...; }; }' is not assignable to type '{ default: { borderColor: { semantic: OpaqueColorValue; }; borderWidth: number; }; warning: { borderColor: string; borderWidth: number; }; error: { borderColor: string; borderWidth: number; }; hairline: { ...; }; } & { ...; }'.
lint
Type '{ default: { borderColor: { semantic: string; }; borderWidth: number; }; warning: { borderColor: string; borderWidth: number; }; hairline: { borderColor: string; borderWidth: number; }; }' is not assignable to type '{ [key: string]: StyleType; }'.
lint
Type '{ default: { borderColor: { semantic: OpaqueColorValue; }; borderWidth: number; }; warning: { borderColor: string; borderWidth: number; }; error: { borderColor: string; borderWidth: number; }; hairline: { ...; }; }' is not assignable to type '{ [x: string]: StyleType | undefined; }'.
lint
This JSX tag's 'children' prop expects a single child of type 'string | number | undefined', but multiple children were provided.
lint
Type 'Element' is not assignable to type 'string | number | undefined'.
lint
Type 'Element' is not assignable to type 'string | number | undefined'.