Skip to content

Add option to only deploy marked query lambdas. #435

Add option to only deploy marked query lambdas.

Add option to only deploy marked query lambdas. #435

Triggered via push August 25, 2023 21:33
Status Failure
Total duration 5m 23s
Artifacts

build.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build (16.x): packages/core/src/main.ts#L221
Unexpected any. Specify a different type
build (16.x): packages/core/src/main.ts#L221
Delete `,`
build (16.x): packages/core/src/main.ts#L223
Unsafe assignment of an any value
build (16.x): packages/core/src/main.ts#L223
Replace `await·createClient(` with `(await·createClient()`
build (16.x): packages/core/src/main.ts#L232
Unsafe assignment of an any value
build (16.x): packages/core/src/main.ts#L233
Unsafe member access .data on an any value
build (16.x): packages/core/src/main.ts#L233
Unsafe member access .workspaces on an any value
build (16.x): packages/core/src/main.ts#L233
Unsafe call of an any typed value
build (16.x): packages/core/src/main.ts#L235
Unsafe member access .name on an any value
build (16.x): packages/core/src/main.ts#L235
Unsafe return of an any typed value
build (16.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/