Skip to content

feat: support proto2 optional and default value fields #1704

feat: support proto2 optional and default value fields

feat: support proto2 optional and default value fields #1704

Triggered via pull request February 23, 2024 02:12
Status Failure
Total duration 2m 1s
Artifacts

lint.yml

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

Annotations

7 errors and 2 warnings
build (20.x): integration/avoid-import-conflicts-folder-name/simple.ts#L1
An index signature parameter type must be 'string', 'number', 'symbol', or a template literal type.
build (20.x): integration/avoid-import-conflicts-folder-name/simple.ts#L1
Type 'undefined' cannot be used as an index type.
build (20.x): integration/avoid-import-conflicts-folder-name/simple.ts#L1
An index signature parameter type must be 'string', 'number', 'symbol', or a template literal type.
build (20.x): integration/avoid-import-conflicts-folder-name/simple.ts#L1
An index signature parameter type must be 'string', 'number', 'symbol', or a template literal type.
build (20.x): integration/avoid-import-conflicts-folder-name/simple.ts#L1
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
build (20.x): integration/avoid-import-conflicts-folder-name/simple.ts#L1
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
build (20.x)
Process completed with exit code 1.
build (20.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/