Skip to content

Add an authentication check & page to request access #393

Add an authentication check & page to request access

Add an authentication check & page to request access #393

Triggered via pull request December 18, 2024 22:21
Status Success
Total duration 51s
Artifacts

lint.yml

on: pull_request
Run linters
42s
Run linters
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 3 warnings
src/views/dashboard/Default/BajajAreaChartCard.js#L9
Unable to resolve path to module 'apexcharts' (import/no-unresolved)
src/views/dashboard/Default/BajajAreaChartCard.js#L10
Unable to resolve path to module 'react-apexcharts' (import/no-unresolved)
src/views/dashboard/Default/TotalGrowthBarChart.js#L8
Unable to resolve path to module 'apexcharts' (import/no-unresolved)
.github/pull_request_template.md#L1
There are issues with this file's formatting, please run Prettier to fix the errors
src/views/dashboard/Default/TotalGrowthBarChart.js#L9
Unable to resolve path to module 'react-apexcharts' (import/no-unresolved)
PULL_REQUEST_TEMPLATE/stable_pr_template.md#L1
There are issues with this file's formatting, please run Prettier to fix the errors
src/views/dashboard/Default/TotalOrderLineChartCard.js#L9
Unable to resolve path to module 'react-apexcharts' (import/no-unresolved)
src/views/pages/authentication/Unauthorized.js#L4
Unable to resolve path to module './MainRoutes' (import/no-unresolved)
README.md#L1
There are issues with this file's formatting, please run Prettier to fix the errors
src/views/pages/authentication/Unauthorized.js#L4
Missing file extension for "./MainRoutes" (import/extensions)
src/views/pages/authentication/Unauthorized.js#L5
Unable to resolve path to module './AuthenticationRoutes' (import/no-unresolved)
src/views/pages/authentication/Unauthorized.js#L5
Missing file extension for "./AuthenticationRoutes" (import/extensions)
src/views/pages/authentication/AuthDisplay.js#L1
'useEffect' is defined but never used. Allowed unused vars must match /^_/u (no-unused-vars)
src/views/pages/authentication/AuthDisplay.js#L1
'useState' is defined but never used. Allowed unused vars must match /^_/u (no-unused-vars)
Run linters
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636