Skip to content

refactor manifests to be lazier #10

refactor manifests to be lazier

refactor manifests to be lazier #10

Triggered via pull request December 18, 2024 21:51
Status Failure
Total duration 40s
Artifacts

ci.yml

on: pull_request
Run ESLint, TypeScript, and Tests
30s
Run ESLint, TypeScript, and Tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Run ESLint, TypeScript, and Tests: src/Deeptable.ts#L138
Unsafe argument of type `Table<any>` assigned to a parameter of type `Table<Record<"key", Utf8>>`
Run ESLint, TypeScript, and Tests: src/Deeptable.ts#L413
Unexpected any. Specify a different type
Run ESLint, TypeScript, and Tests: src/Deeptable.ts#L433
Unsafe member access .typeId on an `any` value
Run ESLint, TypeScript, and Tests: src/interaction.ts#L44
Unexpected any. Specify a different type
Run ESLint, TypeScript, and Tests: src/interaction.ts#L288
Unsafe argument of type `any` assigned to a parameter of type `(elapsed: number) => void`
Run ESLint, TypeScript, and Tests: src/interaction.ts#L388
'flatten' is assigned a value but never used
Run ESLint, TypeScript, and Tests: src/regl_rendering.ts#L1207
Unsafe spread of an `any` value in an array
Run ESLint, TypeScript, and Tests: src/regl_rendering.ts#L1207
Unsafe return of an `any` typed value
Run ESLint, TypeScript, and Tests: src/regl_rendering.ts#L1207
Unsafe member access .name on an `any` value
Run ESLint, TypeScript, and Tests: src/regl_rendering.ts#L1212
Unsafe call of an `any` typed value
Run ESLint, TypeScript, and Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636