Skip to content

PR: bridge communication between UbiquityOS & PersonalAgent Plugin #65

PR: bridge communication between UbiquityOS & PersonalAgent Plugin

PR: bridge communication between UbiquityOS & PersonalAgent Plugin #65

Triggered via pull request December 9, 2024 07:51
Status Failure
Total duration 42s
Artifacts

build.yml

on: pull_request
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.