Skip to content

Create formatter functions for workflow execution events #2448

Create formatter functions for workflow execution events

Create formatter functions for workflow execution events #2448

Status Failure
Total duration 1m 13s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 2 warnings
build: src/utils/data-formatters/format-workflow-history-event/format-workflow-execution-continued-as-new-event.ts#L60
Argument of type 'Failure | null' is not assignable to parameter of type '{ details?: string | null | undefined; }'.
build: src/utils/data-formatters/format-workflow-history-event/format-workflow-execution-continued-as-new-event.ts#L68
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
build: src/utils/data-formatters/format-workflow-history-event/format-workflow-execution-failed-event.ts#L42
Argument of type 'Failure | null' is not assignable to parameter of type '{ details?: string | null | undefined; }'.
build: src/utils/data-formatters/format-workflow-history-event/format-workflow-execution-started-event.ts#L66
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
build: src/utils/data-formatters/format-workflow-history-event/format-workflow-execution-started-event.ts#L78
Argument of type 'Failure | null' is not assignable to parameter of type '{ details?: string | null | undefined; }'.
build: src/utils/data-formatters/format-workflow-history-event/format-workflow-execution-started-event.ts#L98
Argument of type 'ResetPoints | null' is not assignable to parameter of type '{ points?: { createdTime?: { seconds: string | number; nanos: string | number; } | undefined; expiringTime?: { seconds: string | number; nanos: string | number; } | undefined; }[] | null | undefined; } | null | undefined'.
build
Process completed with exit code 2.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/