[Task] Get linter working in CI as a Github action #30
pull_request.yml
on: pull_request
Annotations
10 errors and 1 warning
Lint / Lint:
src/App.tsx#L239
'BasicLayout' cannot be used as a JSX component.
|
Lint / Lint:
src/components/BetaAndLegalNotice.tsx#L12
Unused '@ts-expect-error' directive.
|
Lint / Lint:
src/components/Link.utils.tsx#L43
Type '{ name: string; className: string; }' is not assignable to type 'IntrinsicAttributes & IconProperties'.
|
|
Lint / Lint:
src/pages/Filing/FilingApp/FileSubmission.data.tsx#L127
Type '""' is not assignable to type 'HeadingLevel | undefined'.
|
Lint / Lint:
src/pages/Filing/FilingApp/FilingErrors/index.tsx#L237
Type 'string | undefined' is not assignable to type 'string'.
|
Lint / Lint:
src/pages/Filing/FilingApp/FilingErrors/index.tsx#L238
Type 'string | undefined' is not assignable to type 'string'.
|
Lint / Lint:
src/pages/Filing/FilingApp/FilingErrors/index.tsx#L254
Type 'string | undefined' is not assignable to type 'string'.
|
Lint / Lint:
src/pages/Filing/FilingApp/FilingErrors/index.tsx#L255
Type 'string | undefined' is not assignable to type 'string'.
|
Lint / Lint:
src/pages/Filing/FilingApp/FilingErrors/index.tsx#L268
Type 'string | undefined' is not assignable to type 'string'.
|
CodeQL / Analyze (javascript-typescript)
1 issue was detected with this workflow: Please specify an on.push hook to analyze and see code scanning alerts from the default branch on the Security tab.
|