fix: various SEO & UX fixes #1461
pre-merge.yml
on: pull_request
Install dependencies
21s
Lint
24s
Build
56s
Unit tests
19s
End2end tests
56s
Type check
24s
Annotations
4 errors
Type check:
components/useful-shortcuts/index.tsx#L150
Type '(false | { url: string; label: string; })[] | ({ url: string; label: string; hide: boolean; } | { url: string; label: string; hide?: undefined; })[] | { url: string; label: string; }[] | { url: string; label: string; external: boolean; }[]' is not assignable to type '{ label: string; url: string; external?: boolean | undefined; hide?: boolean | undefined; }[]'.
|
Type check
Process completed with exit code 2.
|
Build
Process completed with exit code 1.
|
End2end tests
Process completed with exit code 1.
|