Merge pull request #611 from rotu/patch-1 #265
Annotations
2 errors and 12 warnings
Test Electron (Main)
Final attempt failed. Timeout of 300000ms hit
|
Test (Debug)
Final attempt failed. Child_process exited with error code 1
|
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/
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, pnpm/[email protected], actions/setup-node@v3, actions/upload-artifact@v3, nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint:
examples/majordomo/broker.ts#L21
'blank' is assigned a value but never used
|
Lint:
examples/majordomo/broker.ts#L24
Unsafe argument of type `Router` assigned to a parameter of type `Buffer`
|
Lint:
examples/majordomo/broker.ts#L24
Unsafe spread of an `any` type
|
Lint:
examples/majordomo/broker.ts#L27
Unsafe argument of type `Router` assigned to a parameter of type `Buffer`
|
Lint:
examples/majordomo/broker.ts#L27
Unsafe spread of an `any` type
|
Lint:
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
|
Lint:
examples/majordomo/broker.ts#L39
Unexpected any value in conditional. An explicit comparison or type cast is required
|
Lint:
examples/majordomo/broker.ts#L51
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
Lint:
examples/majordomo/broker.ts#L59
'blank' is assigned a value but never used
|
Lint:
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
|
Loading