Skip to content

feat: support unwrapped value type rpc method arguments #1646

feat: support unwrapped value type rpc method arguments

feat: support unwrapped value type rpc method arguments #1646

Triggered via pull request December 21, 2023 14:50
Status Failure
Total duration 2m 9s
Artifacts

lint.yml

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

Annotations

3 errors and 1 warning
build (20.x): integration/wrappers-regression/wrappers-regression-test.ts#L1
Type '(inp: StringValue) => Promise<StringValue>' is not assignable to type '(request: string | undefined) => Promise<StringValue>'.
build (20.x): integration/wrappers-regression/wrappers-regression.ts#L1
Property 'NowString' in type 'ClockClientImpl' is not assignable to the same property in base type 'Clock'.
build (20.x)
Process completed with exit code 1.
build (20.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/