Eval: Add Storybook Dev context, rename Storybook MCP to Storybook Docs #412
check.yml
on: pull_request
Build
20s
Build internal Storybook
22s
Test
37s
Type check
20s
Publint
23s
Lint
19s
Check formatting
21s
Annotations
7 warnings
|
typescript-eslint(restrict-template-expressions):
packages/mcp/src/utils/dedent.ts#L61
Invalid type "unknown" of template literal expression.
|
|
typescript-eslint(no-misused-spread):
packages/addon-mcp/src/telemetry.test.ts#L93
Using the spread operator on class instances will lose their class prototype.
|
|
typescript-eslint(restrict-template-expressions):
packages/addon-mcp/src/telemetry.ts#L24
Invalid type "unknown" of template literal expression.
|
|
typescript-eslint(restrict-template-expressions):
eval/eval.ts#L102
Invalid type "unknown" of template literal expression.
|
|
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.
|
|
eslint(no-unused-vars):
apps/internal-storybook/tests/mcp-endpoint.e2e.test.ts#L72
Catch parameter 'error' is caught but never used.
|