feat: add Octomind integration to GitHub Actions workflows #14
preview-deploy.yml
on: pull_request
Code Quality
28s
deploy-preview
0s
Annotations
8 errors and 7 warnings
Code Quality:
src/components/ProtectedRoute.jsx#L5
'children' is missing in props validation
|
Code Quality:
src/components/StatisticsShimmer.jsx#L1
'React' is defined but never used
|
Code Quality:
src/components/TokenShimmer.jsx#L1
'React' is defined but never used
|
Code Quality:
vite.config.js#L9
'isDev' is assigned a value but never used
|
Code Quality
Process completed with exit code 1.
|
Code Quality
Process completed with exit code 1.
|
deploy-preview
Branch "octomind-e2e-integration-workflow-update" is not allowed to deploy to github-pages due to environment protection rules.
|
deploy-preview
The deployment was rejected or didn't satisfy other protection rules.
|
Code Quality
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Code Quality:
src/components/TokenManagement.jsx#L38
React Hook useEffect has a missing dependency: 'fetchTokens'. Either include it or remove the dependency array
|
Code Quality:
src/components/TraderStatistics.jsx#L19
React Hook useEffect has a missing dependency: 'fetchStats'. Either include it or remove the dependency array
|
Code Quality:
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
|
Code Quality:
src/hooks/useAuth.jsx#L58
React Hook useEffect has a missing dependency: 'clearAccounts'. Either include it or remove the dependency array
|
Code Quality:
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
|
Code Quality:
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
|