Version Packages #365
check.yml
on: pull_request
Build
23s
Build internal Storybook
29s
Test
40s
Type check
20s
Publint
18s
Lint
20s
Check formatting
19s
Annotations
5 warnings
|
typescript-eslint(no-misused-spread):
packages/addon-mcp/src/telemetry.test.ts#L94
Using the spread operator on class instances will lose their class prototype.
|
|
typescript-eslint(await-thenable):
eval/clean-experiments.ts#L5
Unexpected `await` of a non-Promise (non-"Thenable") value.
|
|
typescript-eslint(unbound-method):
eval/lib/evaluations/typecheck.ts#L33
void`, or consider using an arrow function instead.
|
|
typescript-eslint(restrict-template-expressions):
packages/mcp/src/utils/dedent.ts#L51
Invalid type "unknown" of template literal expression.
|
|
eslint(no-unused-vars):
apps/internal-storybook/tests/mcp-endpoint.e2e.test.ts#L72
Catch parameter 'error' is caught but never used.
|