pipeline fix #4
ci.yml
on: push
Set up Node.js and install dependencies
22s
Annotations
12 errors
Run typecheck:
src/app/App.tsx#L1
Cannot find module 'react' or its corresponding type declarations.
|
Run typecheck:
src/app/App.tsx#L2
Module './ui/Material3ThemeProvider' was resolved to '/home/runner/work/wordum/wordum/src/app/ui/Material3ThemeProvider.tsx', but '--jsx' is not set.
|
Run typecheck:
src/app/App.tsx#L3
Module '../pages/overview/Overview' was resolved to '/home/runner/work/wordum/wordum/src/pages/overview/Overview.tsx', but '--jsx' is not set.
|
Run typecheck:
src/app/App.tsx#L4
Module './ui/AppNavigator' was resolved to '/home/runner/work/wordum/wordum/src/app/ui/AppNavigator.tsx', but '--jsx' is not set.
|
Run typecheck:
src/app/App.tsx#L5
Cannot find module '@react-navigation/native-stack' or its corresponding type declarations.
|
Run typecheck:
src/app/App.tsx#L6
Module './ui/PaperNavigationBar' was resolved to '/home/runner/work/wordum/wordum/src/app/ui/PaperNavigationBar.tsx', but '--jsx' is not set.
|
Run typecheck:
src/app/App.tsx#L7
Cannot find module '@tanstack/react-query' or its corresponding type declarations.
|
Run typecheck:
src/app/App.tsx#L9
Cannot find module 'react-i18next' or its corresponding type declarations.
|
Run typecheck:
src/app/App.tsx#L19
Cannot use JSX unless the '--jsx' flag is provided.
|
Run typecheck:
src/app/App.tsx#L20
Cannot use JSX unless the '--jsx' flag is provided.
|
Run linters
Process completed with exit code 127.
|
Run tests
Process completed with exit code 127.
|