Updated index.tsx and home.json with new button text and link #230
ci.yml
on: pull_request
Run Type Check & Linters
28s
Annotations
10 errors and 12 warnings
Run Type Check & Linters:
pages/discord.tsx#L12
React Hook "useTranslation" is called in function "discord: NextPage" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
|
Run Type Check & Linters:
pages/discord.tsx#L13
React Hook "useRouter" is called in function "discord: NextPage" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
|
|
|
Run Type Check & Linters:
pages/discord.tsx#L24
Insert `··`
|
|
Run Type Check & Linters:
pages/discord.tsx#L41
Delete `··`
|
Run Type Check & Linters:
pages/discord.tsx#L46
Insert `··`
|
Run Type Check & Linters:
pages/discord.tsx#L49
Delete `··⏎············`
|
Run Type Check & Linters:
pages/discord.tsx#L62
Delete `··`
|
Run Type Check & Linters
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, pnpm/action-setup@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run Type Check & Linters
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run Type Check & Linters:
components/ExtensionCard.tsx#L1
'name' is defined but never used
|
Run Type Check & Linters:
components/Footer.tsx#L2
'LogoSquare' is defined but never used
|
Run Type Check & Linters:
components/MDXComponents.tsx#L23
Image elements must have an alt prop, either with meaningful text, or an empty string for decorative images
|
Run Type Check & Linters:
pages/404.tsx#L2
'Link' is defined but never used
|
Run Type Check & Linters:
pages/about.tsx#L14
'VignettePadding' is defined but never used
|
Run Type Check & Linters:
pages/about.tsx#L15
'teamMembers' is defined but never used
|
Run Type Check & Linters:
pages/about.tsx#L37
'splitAt' is assigned a value but never used
|
Run Type Check & Linters:
pages/blog/[slug].tsx#L3
'Head' is defined but never used
|
Run Type Check & Linters:
pages/blog/[slug].tsx#L11
'circles' is defined but never used
|
Run Type Check & Linters:
pages/blog/category/[category].tsx#L85
passHref is missing. See https://nextjs.org/docs/messages/link-passhref
|