things are working #3146
main.yml
on: push
Run linting for all packages
1m 48s
API Tests
1m 38s
build-frontend-image
3m 56s
build-backend-image
3m 1s
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
|