Skip to content

Add. Test case feature #58

Add. Test case feature

Add. Test case feature #58

Triggered via pull request May 13, 2026 16:58
@R3NexeR3Nexe
synchronize #23
Rashmi718:main
Status Failure
Total duration 29s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 5 warnings
server
Process completed with exit code 1.
client: client/src/pages/AdminPanel.jsx#L2
'toast' is defined but never used. Allowed unused vars must match /^[A-Z_]/u
client: client/src/components/ProfileSidebar.jsx#L63
'Icon' is defined but never used
client: client/src/components/ProfileSidebar.jsx#L3
'motion' is defined but never used. Allowed unused vars must match /^[A-Z_]/u
client: client/src/components/ProfilePopover.jsx#L2
'motion' is defined but never used. Allowed unused vars must match /^[A-Z_]/u
client: client/src/components/MemberHoverCard.jsx#L13
'fd' is assigned a value but never used. Allowed unused vars must match /^[A-Z_]/u
client: client/src/components/MemberHoverCard.jsx#L10
'saveAs' is defined but never used. Allowed unused vars must match /^[A-Z_]/u
client: client/src/components/MemberHoverCard.jsx#L9
'toPng' is defined but never used. Allowed unused vars must match /^[A-Z_]/u
client: client/src/components/MemberHoverCard.jsx#L3
'motion' is defined but never used. Allowed unused vars must match /^[A-Z_]/u
client: client/src/components/BaseCard.jsx#L42
'Tag' is assigned a value but never used
client: client/src/components/ActivityHeatmap.jsx#L2
'motion' is defined but never used. Allowed unused vars must match /^[A-Z_]/u
server
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
client
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
client: client/src/pages/Settings.jsx#L52
React Hook useEffect has a missing dependency: 'user'. Either include it or remove the dependency array
client: client/src/pages/Profile.jsx#L73
The 'submissions' logical expression could make the dependencies of useMemo Hook (at line 77) change on every render. To fix this, wrap the initialization of 'submissions' in its own useMemo() Hook
client: client/src/pages/Dashboard.jsx#L93
The 'allSubs' logical expression could make the dependencies of useMemo Hook (at line 105) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'allSubs' in its own useMemo() Hook