filter by 4 credits #3148
main.yml
on: push
Run linting for all packages
1m 48s
API Tests
1m 38s
build-frontend-image
3m 46s
build-backend-image
3m 0s
Annotations
2 errors and 1 warning
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#L160
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
|