Skip to content

Add Support for Polygon, Add Typecheck and Formatcheck github workflows #1

Add Support for Polygon, Add Typecheck and Formatcheck github workflows

Add Support for Polygon, Add Typecheck and Formatcheck github workflows #1

Triggered via pull request July 8, 2024 16:52
Status Failure
Total duration 20s
Artifacts

typecheck.yml

on: pull_request
format-check
12s
format-check
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
format-check: lib/convert-csg-to-three-geom.ts#L10
Argument of type 'any' is not assignable to parameter of type 'never'.
format-check: lib/convert-csg-to-three-geom.ts#L17
Argument of type 'any' is not assignable to parameter of type 'never'.
format-check: lib/convert-csg-to-three-geom.ts#L29
A spread argument must either have a tuple type or be passed to a rest parameter.
format-check: lib/convert-csg-to-three-geom.ts#L75
The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
format-check: lib/convert-csg-to-three-geom.ts#L76
The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
format-check: lib/convert-csg-to-three-geom.ts#L77
The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
format-check: lib/convert-csg-to-three-geom.ts#L81
Property 'needsUpdate' does not exist on type 'TypedArray'.
format-check: lib/create-host-config.ts#L19
Cannot find name 'Props'.
format-check: lib/create-host-config.ts#L32
Object literal may only specify known properties, and 'now' does not exist in type 'HostConfig<string, Props, any, any, never, never, never, any, {}, boolean, never, number, number>'.
format-check: lib/create-host-config.ts#L39
Cannot find name 'Props'.
format-check
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/