Skip to content

Fix new rework list not getting populated upon recalculation #949

Fix new rework list not getting populated upon recalculation

Fix new rework list not getting populated upon recalculation #949

Triggered via push July 3, 2024 13:00
Status Failure
Total duration 38s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 2 warnings
Lint: src/utils/base/InteractionCollectorCreator.ts#L145
Property 'removeListener' does not exist on type 'Bot'. Did you mean 'removeAllListeners'?
Lint: src/utils/base/InteractionCollectorCreator.ts#L146
Property 'removeListener' does not exist on type 'Bot'. Did you mean 'removeAllListeners'?
Lint: src/utils/base/Manager.ts#L70
Type '() => boolean' is not assignable to type '() => this is OperationResult<true>'.
Lint: src/utils/base/Manager.ts#L73
Type '() => boolean' is not assignable to type '() => this is OperationResult<false>'.
Lint: src/utils/base/Manager.ts#L119
Type '() => boolean' is not assignable to type '() => this is OperationResult<true>'.
Lint: src/utils/base/Manager.ts#L122
Type '() => boolean' is not assignable to type '() => this is OperationResult<false>'.
Lint
Process completed with exit code 2.
Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Lint
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/