Skip to content
Triggered via pull request June 6, 2024 14:13
@thibaudbraultthibaudbrault
synchronize #244
dev
Status Failure
Total duration 42s
Artifacts

main.yml

on: pull_request
Run Type Check & Linters
30s
Run Type Check & Linters
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
Run Type Check & Linters: src/app/abilities/[name]/page.tsx#L1
Replace `"use·client"` with `'use·client';`
Run Type Check & Linters: src/app/abilities/[name]/page.tsx#L14
There should be at least one empty line between import groups
Run Type Check & Linters: src/app/abilities/[name]/page.tsx#L15
`next/navigation` import should occur before import of `@/components`
Run Type Check & Linters: src/app/abilities/page.tsx#L1
Replace `"use·client"` with `'use·client';`
Run Type Check & Linters: src/app/abilities/page.tsx#L44
Replace `⏎··············className="tLink"⏎··············href={`/abilities/${info.getValue()}`}⏎············` with `·className="tLink"·href={`/abilities/${info.getValue()}`}`
Run Type Check & Linters: src/app/items/[name]/page.tsx#L1
Replace `"use·client"` with `'use·client';`
Run Type Check & Linters: src/app/items/[name]/page.tsx#L17
There should be at least one empty line between import groups
Run Type Check & Linters: src/app/items/[name]/page.tsx#L18
`next/navigation` import should occur before import of `@/components`
Run Type Check & Linters: src/app/items/page.tsx#L1
Replace `"use·client"` with `'use·client';`
Run Type Check & Linters: src/app/layout.tsx#L1
There should be at least one empty line between import groups
Run Type Check & Linters
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@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: src/app/layout.tsx#L28
Custom fonts not added in `pages/_document.js` will only load for a single page. This is discouraged. See: https://nextjs.org/docs/messages/no-page-custom-font
Run Type Check & Linters: src/app/page.tsx#L23
'usePathname' is defined but never used. Allowed unused vars must match /^_/u
Run Type Check & Linters: src/app/page.tsx#L23
'useSearchParams' is defined but never used. Allowed unused vars must match /^_/u
Run Type Check & Linters: src/app/page.tsx#L23
'useRouter' is defined but never used. Allowed unused vars must match /^_/u
Run Type Check & Linters: src/app/providers.tsx#L12
'useNextCssRemovalPrevention' is defined but never used. Allowed unused vars must match /^_/u
Run Type Check & Linters: src/app/sitemap.xml.ts#L1
'GetServerSideProps' is defined but never used. Allowed unused vars must match /^_/u
Run Type Check & Linters: src/components/Nav/GenNav.tsx#L54
React Hook useEffect has a missing dependency: 'game'. Either include it or remove the dependency array
Run Type Check & Linters: src/hooks/useNextCssRemovalPrevention.tsx#L7
'useFullAsPath' was used before it was defined
Run Type Check & Linters: src/hooks/useNextCssRemovalPrevention.tsx#L18
'getHash' was used before it was defined
Run Type Check & Linters: src/hooks/useNextCssRemovalPrevention.tsx#L31
'querySelectorAllArray' was used before it was defined