Skip to content

[43991] add rollback to pipelines #93

[43991] add rollback to pipelines

[43991] add rollback to pipelines #93

Triggered via pull request October 3, 2024 22:05
Status Failure
Total duration 35s
Artifacts

ci.yml

on: pull_request
lint-and-typecheck
25s
lint-and-typecheck
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 3 warnings
lint-and-typecheck: src/buildPipeline.ts#L55
Property 'name' does not exist on type 'PipelineStage<A, C, R> | PipelineStageWithRollback<A, C, R>'.
lint-and-typecheck: src/buildPipeline.ts#L84
Property 'name' does not exist on type 'PipelineStage<A, C, R> | PipelineStageWithRollback<A, C, R>'.
lint-and-typecheck: src/buildPipeline.ts#L135
Property 'name' does not exist on type 'PipelineStageWithRollback<A, C, R>'.
lint-and-typecheck
Process completed with exit code 2.
lint-and-typecheck: src/buildPipeline.ts#L55
Unsafe return of an `any` typed value
lint-and-typecheck: src/buildPipeline.ts#L69
Unsafe assignment of type any[] to a variable of type string[]
lint-and-typecheck: src/buildPipeline.ts#L84
Unsafe argument of type `any` assigned to a parameter of type `string`