fix: truncate long repository descriptions with ellipsis #647
Annotations
1 error and 11 warnings
|
build
Process completed with exit code 1.
|
|
build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build:
src/components/profile/HeatmapWithYearNav.tsx#L128
'initialLongestStreak' is defined but never used. Allowed unused args must match /^_/u
|
|
build:
src/components/profile/HeatmapWithYearNav.tsx#L127
'initialCurrentStreak' is defined but never used. Allowed unused args must match /^_/u
|
|
build:
src/components/profile/HeatmapWithYearNav.tsx#L26
'year' is defined but never used. Allowed unused args must match /^_/u
|
|
build:
src/components/layout/Navbar.tsx#L16
'useIsomorphicLayoutEffect' is assigned a value but never used
|
|
build:
src/app/offline/page.tsx#L32
Do not use an `<a>` element to navigate to `/`. Use `<Link />` from `next/link` instead. See: https://nextjs.org/docs/messages/no-html-link-for-pages
|
|
build:
src/app/offline/page.tsx#L32
Do not use an `<a>` element to navigate to `/`. Use `<Link />` from `next/link` instead. See: https://nextjs.org/docs/messages/no-html-link-for-pages
|
|
build:
src/app/error.tsx#L31
'error' is defined but never used. Allowed unused args must match /^_/u
|
|
build:
src/app/compare/page.tsx#L9
'deriveTechStack' is defined but never used
|
|
build:
src/app/compare/page.tsx#L8
'fetchOrganizations' is defined but never used
|
|
build:
src/app/[username]/page.tsx#L22
'fetchContributionCalendar' is defined but never used
|