Skip to content

Start converting lib/projects to TS #5279

Start converting lib/projects to TS

Start converting lib/projects to TS #5279

Triggered via push December 10, 2024 22:01
Status Failure
Total duration 1m 0s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: lib/doctor/DiagnosticInfoBuilder.ts#L161
Argument of type 'string | null | undefined' is not assignable to parameter of type 'string'.
build: lib/doctor/DiagnosticInfoBuilder.ts#L164
Argument of type 'string | null | undefined' is not assignable to parameter of type 'string'.
build: lib/doctor/Doctor.ts#L282
Argument of type 'string | null | undefined' is not assignable to parameter of type 'string'.
build: lib/doctor/Doctor.ts#L346
Argument of type 'string | null | undefined' is not assignable to parameter of type 'string'.
build: lib/oauth.ts#L96
Parameter 'accountConfig' implicitly has an 'any' type.
build: lib/oauth.ts#L98
Argument of type 'number | undefined' is not assignable to parameter of type 'string'.
build: lib/oauth.ts#L102
Property 'env' does not exist on type '{}'.
build: lib/oauth.ts#L106
Parameter 'accountConfig' implicitly has an 'any' type.
build: lib/projects.ts#L52
Parameter 'configPath' implicitly has an 'any' type.
build: lib/projects.ts#L52
Parameter 'config' implicitly has an 'any' type.
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636