Skip to content

Deploy to master

Deploy to master #142

Triggered via pull request December 7, 2024 15:11
@P-man2976P-man2976
opened #32
dev
Status Success
Total duration 3m 47s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test: src/components/common/ErrorFallback.tsx#L20
Unexpected console statement
Test: src/components/common/UpdatePrompt.tsx#L18
Unexpected console statement
Test: src/components/common/UpdatePrompt.tsx#L30
Unexpected console statement
Test: src/components/timetable/GradeClassPicker.tsx#L73
React Hook useEffect has missing dependencies: 'defaultGrade', 'defaultType', 'grade', and 'gradeList'. Either include them or remove the dependency array. If 'setGrade' needs the current value of 'defaultType', you can also switch to useReducer instead of useState and read 'defaultType' in the reducer
Test: src/components/timetable/GradeClassPicker.tsx#L80
React Hook useEffect has missing dependencies: 'classList', 'defaultClass', and 'schoolClass'. Either include them or remove the dependency array. If 'setClass' needs the current value of 'defaultClass', you can also switch to useReducer instead of useState and read 'defaultClass' in the reducer
Test: src/components/timetable/GradeClassPicker.tsx#L85
React Hook useEffect has missing dependencies: 'course', 'courseList', and 'defaultCourse'. Either include them or remove the dependency array. If 'setCourse' needs the current value of 'defaultCourse', you can also switch to useReducer instead of useState and read 'defaultCourse' in the reducer
Test: src/components/timetable/GradeClassPicker.tsx#L90
React Hook useEffect has missing dependencies: 'course' and 'schoolClass'. Either include them or remove the dependency array
Test: src/components/timetable/editor/MetaEditor.tsx#L34
Variable name `_id` must match one of the following formats: camelCase, PascalCase, UPPER_CASE
Test: src/components/timetable/editor/UserScheduleEditor.tsx#L85
React Hook useEffect has missing dependencies: 'data' and 'initialSchedule'. Either include them or remove the dependency array
Test: src/components/timetable/editor/UserScheduleSearch.tsx#L62
React Hook useEffect has missing dependencies: 'isFilterEnabled', 'location.pathname', and 'mutate'. Either include them or remove the dependency array