Skip to content

re-build layout using CSS grid #2

re-build layout using CSS grid

re-build layout using CSS grid #2

Triggered via push February 20, 2024 21:14
Status Failure
Total duration 30s
Artifacts

style.yml

on: push
πŸ’Ž style
20s
πŸ’Ž style
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 10 warnings
πŸ’Ž style: src/components/molecules/CookieBanner.tsx#L13
'CookieBanner' is assigned a value but never used
πŸ’Ž style: src/contexts/WindowContext.tsx#L4
'FC' is defined but never used
πŸ’Ž style: src/routes/cv.tsx#L49
'sendDataToGTM' is assigned a value but never used
πŸ’Ž style
Process completed with exit code 1.
πŸ’Ž style: src/components/molecules/DarkModeSwitch.tsx#L3
All imports in the declaration are only used as types. Use `import type`
πŸ’Ž style: src/components/molecules/DarkModeSwitch.tsx#L4
All imports in the declaration are only used as types. Use `import type`
πŸ’Ž style: src/components/molecules/FormComponents.tsx#L1
All imports in the declaration are only used as types. Use `import type`
πŸ’Ž style: src/components/molecules/FormComponents.tsx#L71
Imported JSX component span must be in PascalCase or SCREAMING_SNAKE_CASE
πŸ’Ž style: src/components/molecules/FormComponents.tsx#L86
Imported JSX component span must be in PascalCase or SCREAMING_SNAKE_CASE
πŸ’Ž style: src/components/molecules/HeadlineWithDivider.tsx#L2
All imports in the declaration are only used as types. Use `import type`
πŸ’Ž style: src/components/molecules/HeadlineWithDivider.tsx#L3
All imports in the declaration are only used as types. Use `import type`
πŸ’Ž style: src/components/molecules/Layout.tsx#L2
All imports in the declaration are only used as types. Use `import type`
πŸ’Ž style: src/components/molecules/SrollPosition.tsx#L2
Import "FC" is only used as types
πŸ’Ž style: src/components/molecules/SrollPosition.tsx#L19
React Hook useEffect has a missing dependency: 'currentPathname'. Either include it or remove the dependency array