Skip to content

fix: bypass env for testing #20

fix: bypass env for testing

fix: bypass env for testing #20

Triggered via push December 3, 2024 18:13
Status Failure
Total duration 41s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors
build: src/helpers/validator.ts#L23
Argument of type 'null | undefined' is not assignable to parameter of type 'Readonly<unknown>'.
build: src/helpers/validator.ts#L24
Argument of type 'null | undefined' is not assignable to parameter of type 'Readonly<unknown>'.
build: src/worker.ts#L18
Argument of type 'null | undefined' is not assignable to parameter of type 'object'.
build: src/worker.ts#L37
Argument of type 'null | undefined' is not assignable to parameter of type 'object'.
build: tests/main.test.ts#L37
Argument of type '{}' is not assignable to parameter of type 'null | undefined'.
build: tests/main.test.ts#L181
Conversion of type '{}' to type 'null | undefined' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
build
Process completed with exit code 2.