Skip to content

pipeline fix

pipeline fix #4

Triggered via push September 20, 2024 14:12
Status Failure
Total duration 54s
Artifacts

ci.yml

on: push
Set up Node.js and install dependencies
22s
Set up Node.js and install dependencies
Run linters
7s
Run linters
Run typecheck
8s
Run typecheck
Run tests
10s
Run tests
Fit to window
Zoom out
Zoom in

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.