test/delete-me #607
frontend-format-lint-typecheck.yml
on: pull_request
lint and typecheck
1m 7s
Annotations
6 errors and 3 warnings
lint and typecheck
Argument of type '{ id: string; key: string; ref: string; "aria-selected": boolean; tabindex: string; onClick: any; }' is not assignable to parameter of type 'Partial<{}> & Omit<{ readonly ariaSelected: boolean; } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<...>, never> & Record<...>'.
|
lint and typecheck
Property 'data' does not exist on type 'SearchAheadAPIresponse'.
|
lint and typecheck
Property 'data' does not exist on type 'SearchAheadAPIresponse'.
|
lint and typecheck
Module '"~/types/api/common"' has no exported member 'InternalPostSearchResponse'.
|
lint and typecheck
Module '"~/types/api/common"' has no exported member 'SearchResult'.
|
lint and typecheck
Process completed with exit code 1.
|
lint and typecheck
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint and typecheck:
frontend/components/bc/premium/BcPremiumModal.vue#L22
Unexpected console statement
|
lint and typecheck:
frontend/components/bc/premium/BcPremiumModal.vue#L29
Unexpected console statement
|