Build improvements and fixes #287
Annotations
3 errors and 11 warnings
The run was canceled by @aminya.
|
|
|
examples/majordomo/broker.ts#L21
'blank' is assigned a value but never used. Allowed unused elements of array destructuring patterns must match /^_/u
|
examples/majordomo/broker.ts#L24
Unsafe argument of type `Router` assigned to a parameter of type `Buffer`
|
examples/majordomo/broker.ts#L24
Unsafe spread of an `any` type
|
examples/majordomo/broker.ts#L27
Unsafe argument of type `Router` assigned to a parameter of type `Buffer`
|
examples/majordomo/broker.ts#L27
Unsafe spread of an `any` type
|
examples/majordomo/broker.ts#L35
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
examples/majordomo/broker.ts#L39
Unexpected any value in conditional. An explicit comparison or type cast is required
|
examples/majordomo/broker.ts#L59
'blank' is assigned a value but never used. Allowed unused elements of array destructuring patterns must match /^_/u
|
examples/majordomo/broker.ts#L88
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
examples/majordomo/index.ts#L7
Return values from promise executor functions cannot be read
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "artifact".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job was cancelled
Loading