Skip to content

feat: init quality action to run typecheck and lint #5

feat: init quality action to run typecheck and lint

feat: init quality action to run typecheck and lint #5

Triggered via pull request December 9, 2023 22:27
Status Failure
Total duration 21s
Artifacts

quality.yml

on: pull_request
lint_and_typecheck
12s
lint_and_typecheck
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint_and_typecheck: .storybook/main.ts#L1
Cannot find module '@storybook/nextjs' or its corresponding type declarations.
lint_and_typecheck: .storybook/preview.tsx#L1
Cannot find module '@storybook/react' or its corresponding type declarations.
lint_and_typecheck: .storybook/preview.tsx#L2
Cannot find module 'react' or its corresponding type declarations.
lint_and_typecheck: .storybook/preview.tsx#L20
Parameter 'Story' implicitly has an 'any' type.
lint_and_typecheck: app/layout.tsx#L1
Cannot find module 'next' or its corresponding type declarations.
lint_and_typecheck: app/layout.tsx#L2
Cannot find module 'react' or its corresponding type declarations.
lint_and_typecheck: app/layout.tsx#L14
JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists.
lint_and_typecheck: app/layout.tsx#L15
JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists.
lint_and_typecheck: app/layout.tsx#L17
JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists.
lint_and_typecheck: app/layout.tsx#L18
JSX element implicitly has type 'any' because no interface 'JSX.IntrinsicElements' exists.