Search, sort, and filters #167
lint-check.yml
on: pull_request
Backend check
1m 13s
Frontend check
1m 28s
Annotations
8 warnings
Backend check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Frontend check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Frontend check:
frontend/src/app/staff/profile/page.tsx#L12
'AllUsersError' is defined but never used. Allowed unused vars must match /^_/u
|
Frontend check:
frontend/src/app/staff/profile/page.tsx#L19
'isMobile' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Frontend check:
frontend/src/app/staff/profile/page.tsx#L19
'isTablet' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Frontend check:
frontend/src/app/staff/profile/page.tsx#L20
'papUser' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Frontend check:
frontend/src/components/Profile/AdminProfile/index.tsx#L4
'User' is defined but never used. Allowed unused vars must match /^_/u
|
Frontend check:
frontend/src/components/Profile/UserProfile/index.tsx#L4
'User' is defined but never used. Allowed unused vars must match /^_/u
|