[43991] add rollback to pipelines #93
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`
|