Skip to content

Pipeline

Pipeline #17

Triggered via push February 11, 2024 17:42
Status Failure
Total duration 1m 44s
Artifacts

actions.yml

on: push
Matrix: pipeline
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 11 warnings
pipeline (21.x): app/routes/edit-course.$course.tsx#L10
'Header2' is defined but never used
pipeline (21.x): app/routes/edit-course.$course.tsx#L10
'Header2' is defined but never used
pipeline (21.x): app/routes/edit-course.$course.tsx#L13
'RoundedInput' is defined but never used
pipeline (21.x): app/routes/edit-course.$course.tsx#L13
'RoundedInput' is defined but never used
pipeline (21.x)
Process completed with exit code 1.
pipeline (21.x)
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/.
pipeline (21.x): app/features/language-dropbox.tsx#L11
img elements must have an alt prop, either with meaningful text, or an empty string for decorative images
pipeline (21.x): app/root.tsx#L57
lang attribute must have a valid value
pipeline (21.x): app/routes/courses.$course.tsx#L23
React Hook useEffect has missing dependencies: 'dispatch' and 'params.course'. Either include them or remove the dependency array
pipeline (21.x): app/routes/courses.$course.tsx#L25
React Hook useEffect contains a call to 'setIsPostLoading'. Without a list of dependencies, this can lead to an infinite chain of updates. To fix this, pass [courses.status] as a second argument to the useEffect Hook
pipeline (21.x): app/routes/create-course.tsx#L18
React Hook useEffect has a missing dependency: 'isAuth'. Either include it or remove the dependency array
pipeline (21.x): app/routes/edit-course.$course.tsx#L45
React Hook useEffect has missing dependencies: 'dispatch' and 'params.course'. Either include them or remove the dependency array
pipeline (21.x): app/routes/edit-course.$course.tsx#L47
React Hook useEffect contains a call to 'setIsPostLoading'. Without a list of dependencies, this can lead to an infinite chain of updates. To fix this, pass [course.status] as a second argument to the useEffect Hook
pipeline (21.x): app/routes/my-account._index.tsx#L45
React Hook useEffect has missing dependencies: 'dispatch' and 'isAuth'. Either include them or remove the dependency array
pipeline (21.x): app/routes/my-account._index.tsx#L47
React Hook useEffect contains a call to 'setIsUserLoading'. Without a list of dependencies, this can lead to an infinite chain of updates. To fix this, pass [user.status] as a second argument to the useEffect Hook
pipeline (21.x): app/routes/my-account.archived.tsx#L18
React Hook useEffect has a missing dependency: 'isAuth'. Either include it or remove the dependency array