Add CI scripts #1
Annotations
2 errors and 11 warnings
Check code quality
@marshallku/docs#lint: command (/home/runner/work/marshallku-blog-frontend/marshallku-blog-frontend/apps/docs) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint exited (1)
|
Check code quality
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Check code quality:
packages/toast/src/index.ts#L1
Expected 1 empty line after import statement not followed by another import
|
Check code quality:
packages/toast/src/lib/toast.ts#L10
Missing return type on function
|
Check code quality:
packages/toast/src/lib/toast.ts#L16
Missing return type on function
|
Check code quality:
packages/toast/src/lib/toast.ts#L33
Returning a void expression from an arrow function shorthand is forbidden. Please add braces to the arrow function
|
Check code quality:
packages/utils/src/lib/classNames.ts#L1
Filename is not in kebab case. Rename it to `class-names.ts`
|
Check code quality:
packages/utils/src/lib/classNames.ts#L1
Missing return type on function
|
Check code quality
Invalid operand for a '+' operation. Operands must each be a number or string, allowing a string + any of: `any`, `boolean`, `null`, `RegExp`, `undefined`. Got `{}`
|
Check code quality
'name' will evaluate to '[object Object]' when stringified
|
Check code quality:
apps/docs/stories/button.stories.tsx#L2
Unable to resolve path to module '@marshallku/ui'
|
Check code quality:
apps/docs/stories/button.stories.tsx#L5
Unsafe assignment of an `any` value
|
The logs for this run have expired and are no longer available.
Loading