Skip to content

Convert lib/projects to TS wip #5292

Convert lib/projects to TS wip

Convert lib/projects to TS wip #5292

Triggered via push December 11, 2024 21:27
Status Failure
Total duration 1m 3s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: lib/doctor/DiagnosticInfoBuilder.ts#L137
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
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/projects.ts#L441
Parameter 'accountId' implicitly has an 'any' type.
build: lib/projects.ts#L442
Parameter 'projectConfig' implicitly has an 'any' type.
build: lib/projects.ts#L443
Parameter 'tempFile' implicitly has an 'any' type.
build: lib/projects.ts#L444
Parameter 'buildId' implicitly has an 'any' type.
build: lib/projects.ts#L466
'buildStatus' is of type 'unknown'.
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636