Skip to content

WIP: convert messages.ts #1

WIP: convert messages.ts

WIP: convert messages.ts #1

Triggered via push August 22, 2023 13:40
Status Failure
Total duration 1m 27s
Artifacts

integrate.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
ci_to_main: bot/messages.ts#L1
'error' is of type 'unknown'.
ci_to_main: bot/messages.ts#L1
Parameter 'request' implicitly has an 'any' type.
ci_to_main: bot/messages.ts#L1
Parameter 'order' implicitly has an 'any' type.
ci_to_main: bot/messages.ts#L1
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
ci_to_main: bot/messages.ts#L1
Parameter 'order' implicitly has an 'any' type.
ci_to_main: bot/messages.ts#L1
The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
ci_to_main: bot/messages.ts#L1
'process.env.ORDER_PUBLISHED_EXPIRATION_WINDOW' is possibly 'undefined'.
ci_to_main: bot/messages.ts#L1
Parameter 'order' implicitly has an 'any' type.
ci_to_main: bot/messages.ts#L1
The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
ci_to_main: bot/messages.ts#L1
'process.env.ORDER_PUBLISHED_EXPIRATION_WINDOW' is possibly 'undefined'.
ci_to_main
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/