Skip to content

Fixed all existing type errors #394

Fixed all existing type errors

Fixed all existing type errors #394

Triggered via pull request February 21, 2025 23:39
Status Failure
Total duration 1m 47s
Artifacts

main.yml

on: pull_request
Matrix: linting
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
linting (20): my-turborepo/apps/team-website/src/app/blog/layout.tsx#L1
This rule requires the `strictNullChecks` compiler option to be turned on to function correctly
linting (20): my-turborepo/apps/team-website/src/app/blog/layout.tsx#L1
This rule requires the `strictNullChecks` compiler option to be turned on to function correctly
linting (20): my-turborepo/apps/team-website/src/app/blog/page.tsx#L1
This rule requires the `strictNullChecks` compiler option to be turned on to function correctly
linting (20): my-turborepo/apps/team-website/src/app/blog/page.tsx#L1
This rule requires the `strictNullChecks` compiler option to be turned on to function correctly
linting (20): my-turborepo/apps/team-website/src/app/layout.tsx#L1
This rule requires the `strictNullChecks` compiler option to be turned on to function correctly
linting (20): my-turborepo/apps/team-website/src/app/layout.tsx#L1
This rule requires the `strictNullChecks` compiler option to be turned on to function correctly
linting (20): my-turborepo/apps/team-website/src/app/page.tsx#L1
This rule requires the `strictNullChecks` compiler option to be turned on to function correctly
linting (20): my-turborepo/apps/team-website/src/app/page.tsx#L1
This rule requires the `strictNullChecks` compiler option to be turned on to function correctly
linting (20): my-turborepo/apps/team-website/src/app/providers.tsx#L1
This rule requires the `strictNullChecks` compiler option to be turned on to function correctly
linting (20): my-turborepo/apps/team-website/src/app/providers.tsx#L1
This rule requires the `strictNullChecks` compiler option to be turned on to function correctly
linting (20)
Cache not found for keys: node-cache-Linux-x64-pnpm-121f44a2f40ebb4feeb5420f9959a9fe7148428249b34d77d83a14e77c05c786
linting (20): my-turborepo/apps/team-website/src/app/blog/layout.tsx#L5
'children' is defined but never used. Allowed unused args must match /^_/u
linting (20): my-turborepo/apps/team-website/src/app/page.tsx#L4
'Blog' is defined but never used. Allowed unused vars must match /^_/u
linting (20): my-turborepo/apps/team-website/src/app/page.tsx#L8
'Video' is defined but never used. Allowed unused vars must match /^_/u
linting (20): my-turborepo/apps/team-website/src/components/About/AboutSectionTwo.tsx#L1
'Image' is defined but never used. Allowed unused vars must match /^_/u
linting (20): my-turborepo/apps/team-website/src/components/AboutTeam/teams.tsx#L9
'description' is defined but never used. Allowed unused args must match /^_/u
linting (20): my-turborepo/apps/team-website/src/components/Contact/index.tsx#L4
'NewsLatterBox' is defined but never used. Allowed unused vars must match /^_/u
linting (20): my-turborepo/apps/team-website/src/components/Footer/index.tsx#L4
'Button' is defined but never used. Allowed unused vars must match /^_/u
linting (20): my-turborepo/apps/team-website/src/components/Header/index.tsx#L39
'usePathName' is assigned a value but never used. Allowed unused vars must match /^_/u
linting (20): my-turborepo/apps/team-website/src/hooks/use-toast.ts#L21
'actionTypes' is assigned a value but only used as a type. Allowed unused vars must match /^_/u
linting (20): my-turborepo/packages/api/src/router/application.ts#L117
'e' is defined but never used