Skip to content

danilych is testing out GitHub Actions 🚀 #1

danilych is testing out GitHub Actions 🚀

danilych is testing out GitHub Actions 🚀 #1

Triggered via push February 10, 2024 13:46
Status Failure
Total duration 1m 19s
Artifacts

actions.yml

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

Annotations

4 errors and 11 warnings
pipeline (21.x): app/entry.client.tsx#L2
'StrictMode' is defined but never used
pipeline (21.x): app/entry.client.tsx#L2
'StrictMode' is defined but never used
pipeline (21.x): app/widgets/helpers/object-to-form-data.ts#L6
Do not access Object.prototype method 'hasOwnProperty' from target object
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#L40
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/my-account._index.tsx#L18
React Hook useEffect has a missing dependency: 'isAuth'. Either include it or remove the dependency array
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
pipeline (21.x): app/routes/my-account.courses.tsx#L18
React Hook useEffect has a missing dependency: 'isAuth'. Either include it or remove the dependency array
pipeline (21.x): app/routes/my-account.my-courses.tsx#L21
React Hook useEffect has a missing dependency: 'isAuth'. Either include it or remove the dependency array
pipeline (21.x): app/widgets/create-course-form.tsx#L120
Redundant alt attribute. Screen-readers already announce `img` tags as an image. You don’t need to use the words `image`, `photo,` or `picture` (or any specified custom words) in the alt prop