feat: add Octomind integration to GitHub Actions workflows #12
Annotations
6 errors and 7 warnings
Lint:
src/components/ProtectedRoute.jsx#L5
'children' is missing in props validation
|
Lint:
src/components/StatisticsShimmer.jsx#L1
'React' is defined but never used
|
Lint:
src/components/TokenShimmer.jsx#L1
'React' is defined but never used
|
Lint:
vite.config.js#L9
'isDev' is assigned a value but never used
|
Lint
Process completed with exit code 1.
|
Run tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint:
src/components/TokenManagement.jsx#L38
React Hook useEffect has a missing dependency: 'fetchTokens'. Either include it or remove the dependency array
|
Lint:
src/components/TraderStatistics.jsx#L19
React Hook useEffect has a missing dependency: 'fetchStats'. Either include it or remove the dependency array
|
Lint:
src/hooks/useAuth.jsx#L11
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Lint:
src/hooks/useAuth.jsx#L58
React Hook useEffect has a missing dependency: 'clearAccounts'. Either include it or remove the dependency array
|
Lint:
src/hooks/useAuth.jsx#L124
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Lint:
src/hooks/useAuth.jsx#L136
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Loading