Skip to content

Refactor/20.01.2025 #77

Refactor/20.01.2025

Refactor/20.01.2025 #77

Triggered via pull request January 20, 2025 13:37
Status Failure
Total duration 1m 12s
Artifacts

static-checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 3 warnings
test: src/App.tsx#L4
Cannot find module '@/components/common/loader' or its corresponding type declarations.
test: src/components/common/layouts/main-layout.tsx#L3
Cannot find module '@/components/common/footer' or its corresponding type declarations.
test: src/main.tsx#L5
Cannot find module './app' or its corresponding type declarations.
test: src/pages/admin-page.tsx#L6
Cannot find module '@/components/common/header' or its corresponding type declarations.
test: src/pages/game-page.tsx#L3
Cannot find module '@/components/common/about' or its corresponding type declarations.
test: src/pages/game-page.tsx#L4
Cannot find module '@/components/common/header' or its corresponding type declarations.
test: src/pages/home-page.tsx#L1
Cannot find module '@/components/common/about' or its corresponding type declarations.
test
Process completed with exit code 2.
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test: src/components/common/Header/connect-wallet-button.tsx#L56
React Hook useEffect has a missing dependency: 'setIsOpen'. Either include it or remove the dependency array
test: src/components/ui/button.tsx#L44
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components