Skip to content

React vite

React vite #52

Triggered via pull request December 27, 2024 13:40
Status Success
Total duration 1m 30s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
ci / ci
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
ci / ci: src/commands/init/index.test.ts#L44
The type of 'stackVersions' is 'any'
ci / ci: src/commands/init/index.ts#L24
The 'version as 12 | 13 | 14 | 15 | 16 | 17 | 18' has unsafe 'as' type assertion
ci / ci: src/commands/init/index.ts#L26
The 'version as 2 | 3' has unsafe 'as' type assertion
ci / ci: src/commands/init/index.ts#L27
The 'version as 3 | 4' has unsafe 'as' type assertion
ci / ci: src/commands/init/index.ts#L28
The 'version as 3' has unsafe 'as' type assertion
ci / ci: src/commands/init/index.ts#L39
The 'name as App.AppStack' has unsafe 'as' type assertion
ci / ci: src/index.ts#L17
Unsafe argument of type `any` assigned to a parameter of type `string`
ci / ci: src/index.ts#L17
Unsafe member access .version on an `any` value
ci / ci: src/index.ts#L17
The type of 'version' is 'any'
ci / ci: src/index.ts#L26
Async arrow function has too many statements (27). Maximum allowed is 16