Skip to content

Feat/setup router and theme #43

Feat/setup router and theme

Feat/setup router and theme #43

Triggered via pull request July 10, 2024 22:33
Status Failure
Total duration 33s
Artifacts

ci.yml

on: pull_request
Matrix: test
coverage
0s
coverage
Fit to window
Zoom out
Zoom in

Annotations

21 errors and 11 warnings
test/node 17/ubuntu-latest: src/App.tsx#L1
Replace `"react"` with `'react'`
test/node 17/ubuntu-latest: src/App.tsx#L2
Replace `"./App.css"` with `'./App.css'`
test/node 17/ubuntu-latest: src/App.tsx#L3
Replace `"react-router-dom"` with `'react-router-dom'`
test/node 17/ubuntu-latest: src/App.tsx#L4
Replace `"./router"` with `'./router'`
test/node 17/ubuntu-latest: src/App.tsx#L8
Fragments should contain more than one child - otherwise, there’s no need for a Fragment at all
test/node 17/ubuntu-latest: src/components/layouts/SidebarApp.tsx#L9
Replace `········variant='permanent'` with `variant="permanent"`
test/node 18/ubuntu-latest
The job was canceled because "ubuntu-latest_17" failed.
test/node 18/ubuntu-latest: src/App.tsx#L1
Replace `"react"` with `'react'`
test/node 18/ubuntu-latest: src/App.tsx#L2
Replace `"./App.css"` with `'./App.css'`
test/node 18/ubuntu-latest: src/App.tsx#L3
Replace `"react-router-dom"` with `'react-router-dom'`
test/node 18/ubuntu-latest: src/App.tsx#L4
Replace `"./router"` with `'./router'`
test/node 18/ubuntu-latest: src/App.tsx#L8
Fragments should contain more than one child - otherwise, there’s no need for a Fragment at all
test/node 18/ubuntu-latest: src/components/layouts/SidebarApp.tsx#L9
Replace `········variant='permanent'` with `variant="permanent"`
test/node 17/ubuntu-latest
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test/node 17/ubuntu-latest: src/components/layouts/SidebarApp.tsx#L3
Missing file extension for "@/libs/constants"
test/node 17/ubuntu-latest: src/layouts/DefaultLayout.tsx#L4
Missing file extension for "@/components/layouts/SidebarApp"
test/node 17/ubuntu-latest: src/main.tsx#L3
`./App` import should occur after import of `@mui/material/CssBaseline`
test/node 17/ubuntu-latest: src/router/index.tsx#L3
Missing file extension for "@/pages/Dashboard"
test/node 17/ubuntu-latest: src/router/index.tsx#L4
Missing file extension for "@/layouts/DefaultLayout"
test/node 18/ubuntu-latest: src/components/layouts/SidebarApp.tsx#L3
Missing file extension for "@/libs/constants"
test/node 18/ubuntu-latest: src/layouts/DefaultLayout.tsx#L4
Missing file extension for "@/components/layouts/SidebarApp"
test/node 18/ubuntu-latest: src/main.tsx#L3
`./App` import should occur after import of `@mui/material/CssBaseline`
test/node 18/ubuntu-latest: src/router/index.tsx#L3
Missing file extension for "@/pages/Dashboard"
test/node 18/ubuntu-latest: src/router/index.tsx#L4
Missing file extension for "@/layouts/DefaultLayout"