Skip to content

Merge pull request #447 from cornell-dti/helenlei/cornellians-say #1743

Merge pull request #447 from cornell-dti/helenlei/cornellians-say

Merge pull request #447 from cornell-dti/helenlei/cornellians-say #1743

Triggered via push May 12, 2024 17:37
Status Success
Total duration 1m 32s
Artifacts

ci-workflow.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: client/src/modules/Admin/Components/Admin.tsx#L30
'setAddSemester' is assigned a value but never used
build: client/src/modules/Admin/Components/AdminReview.tsx#L1
'useEffect' is defined but never used
build: client/src/modules/Admin/Components/AdminUser.tsx#L1
'useEffect' is defined but never used
build: client/src/modules/Admin/Components/AdminUser.tsx#L1
'useState' is defined but never used
build: client/src/modules/Admin/Components/AdminUser.tsx#L2
'axios' is defined but never used
build: client/src/modules/Admin/Components/Stats.tsx#L4
'Review' is defined but never used
build: client/src/modules/Course/Components/RatingInput.tsx#L53
React Hook useEffect has a missing dependency: 'getColor'. Either include it or remove the dependency array
build: client/src/modules/SearchBar/Components/SearchBar.tsx#L42
Assignments to the 'timeoutId' variable from inside React Hook useEffect will be lost after each render. To preserve the value over time, store it in a useRef Hook and keep the mutable value in the '.current' property. Otherwise, you can move this variable directly inside useEffect
build: client/src/modules/SearchBar/Components/SearchBar.tsx#L156
'results' is assigned a value but never used