Skip to content

things are working #3146

things are working

things are working #3146

Triggered via push February 9, 2025 21:39
Status Failure
Total duration 4m 4s
Artifacts

main.yml

on: push
Run linting for all packages
1m 48s
Run linting for all packages
API Tests
1m 38s
API Tests
build-frontend-image
3m 56s
build-frontend-image
build-backend-image
3m 1s
build-backend-image
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
Run linting for all packages: packages/frontend/components/AddCourseModal/AddCourseModal.tsx#L59
'isAutoSelectCoreqs' is defined but never used. Allowed unused args must match /^_/u
Run linting for all packages: packages/frontend/components/AddCourseModal/SearchResult.tsx#L7
'Collapse' is defined but never used. Allowed unused vars must match /^_/u
Run linting for all packages
Process completed with exit code 1.
Run linting for all packages: packages/frontend/components/AddCourseModal/AddCourseModal.tsx#L150
React Hook useEffect has missing dependencies: 'isCourseAlreadyAdded' and 'isCourseSearchLoading'. Either include them or remove the dependency array. If 'isCourseAlreadyAdded' changes too often, find the parent component that defines it and wrap that definition in useCallback