Merge pull request #29 from hemantchaurasia2004/main #80
main.yml
on: push
Build, lint, and test
/
Prepare
49s
Check workflows
6s
All jobs pass
2s
Annotations
12 errors
Build, lint, and test / Build
Process completed with exit code 1.
|
Build, lint, and test / Lint:
packages/site/src/components/Header.tsx#L1
'/home/runner/work/Aptos-snap/Aptos-snap/node_modules/react/index.js' imported multiple times
|
Build, lint, and test / Lint:
packages/site/src/components/Header.tsx#L3
'@mui/material' should be listed in the project's dependencies. Run 'npm i -S @mui/material' to add it
|
Build, lint, and test / Lint:
packages/site/src/components/Header.tsx#L3
`@mui/material/Menu` import should occur before import of `react`
|
Build, lint, and test / Lint:
packages/site/src/components/Header.tsx#L4
'@mui/material' should be listed in the project's dependencies. Run 'npm i -S @mui/material' to add it
|
Build, lint, and test / Lint:
packages/site/src/components/Header.tsx#L4
`@mui/material/MenuItem` import should occur before import of `react`
|
Build, lint, and test / Lint:
packages/site/src/components/Header.tsx#L5
`react` import should occur before import of `styled-components`
|
Build, lint, and test / Lint:
packages/site/src/components/Header.tsx#L5
'useEffect' is defined but never used
|
Build, lint, and test / Lint:
packages/site/src/components/Header.tsx#L5
'/home/runner/work/Aptos-snap/Aptos-snap/node_modules/react/index.js' imported multiple times
|
Build, lint, and test / Lint:
packages/site/src/components/Header.tsx#L6
'@mui/icons-material' should be listed in the project's dependencies. Run 'npm i -S @mui/icons-material' to add it
|
Build, lint, and test / Lint:
packages/site/src/components/Header.tsx#L6
There should be at least one empty line between import groups
|
All jobs pass
Process completed with exit code 1.
|