Skip to content

enable a bunch more linting (#1422) #567

enable a bunch more linting (#1422)

enable a bunch more linting (#1422) #567

Triggered via push May 8, 2026 19:13
Status Success
Total duration 9m 19s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
release
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v3, actions/checkout@v4, actions/setup-node@v4, google-github-actions/auth@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
release: samples/address-validation/index.ts#L68
Invalid type "string | null | undefined" of template literal expression
release: samples/3d-polygon-click-event/index.ts#L57
Operands of '+' operations must be a number or string. Got `number` + `string`
release: samples/3d-polygon-click-event/index.ts#L57
Operands of '+' operations must be a number or string. Got `string` + `number`
release: samples/3d-polygon-click-event/index.ts#L57
Operands of '+' operations must be a number or string. Got `string` + `number`
release: samples/3d-places-autocomplete/index.ts#L112
Invalid type "string | null | undefined" of template literal expression
release: samples/3d-places-autocomplete/index.ts#L110
Unnecessary optional chain on a non-nullish value
release: samples/3d-places-autocomplete/index.ts#L52
Invalid operand for a '+' operation. Operands must each be a number or string. Got `string | null | undefined`
release: samples/3d-places-autocomplete/index.ts#L41
Unsafe member access .addEventListener on a type that cannot be resolved
release: samples/3d-places-autocomplete/index.ts#L37
Unsafe member access .id on a type that cannot be resolved
release: samples/3d-clamp-mode/index.ts#L58
Unnecessary conditional, value is always truthy