Skip to content

Support fetching full tables #43

Support fetching full tables

Support fetching full tables #43

Triggered via pull request November 21, 2023 04:33
Status Failure
Total duration 31s
Artifacts

build.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
build: src/table.test.ts#L62
Element implicitly has an 'any' type because expression of type '0' can't be used to index type '{ rows: { $rowID: string; Item?: string | undefined; DescriptionRenamed?: string | undefined; Price?: number | undefined; }[]; next: string | undefined; }'.
build: src/table.test.ts#L63
Element implicitly has an 'any' type because expression of type '0' can't be used to index type '{ rows: { $rowID: string; Item?: string | undefined; DescriptionRenamed?: string | undefined; Price?: number | undefined; }[]; next: string | undefined; }'.
build: src/table.test.ts#L64
Element implicitly has an 'any' type because expression of type '0' can't be used to index type '{ rows: { $rowID: string; Item?: string | undefined; DescriptionRenamed?: string | undefined; Price?: number | undefined; }[]; next: string | undefined; }'.
build: src/table.test.ts#L65
Element implicitly has an 'any' type because expression of type '0' can't be used to index type '{ rows: { $rowID: string; Item?: string | undefined; DescriptionRenamed?: string | undefined; Price?: number | undefined; }[]; next: string | undefined; }'.
build
Process completed with exit code 2.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/