Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Merge pull request #94 from igrowker/devops-main #30

Merge pull request #94 from igrowker/devops-main

Merge pull request #94 from igrowker/devops-main #30

Triggered via push December 5, 2024 12:38
Status Failure
Total duration 25s
Artifacts

main.yml

on: push
build-and-test
16s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
build-and-test: src/components/AddExperience/AddExperience.tsx#L13
Unexpected any. Specify a different type
build-and-test: src/components/AddExperience/Map/SelectionCoords.tsx#L16
Unexpected any. Specify a different type
build-and-test: src/components/ExperienceDetail/ExperienceDetail.tsx#L51
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
build-and-test: src/components/ExperienceDetail/ReviewSection.tsx#L7
Unexpected any. Specify a different type
build-and-test: src/components/Filters/Filters.tsx#L145
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
build-and-test: src/components/ForgotPasswordVerifyCode/ForgotPasswordVerifyCode.tsx#L49
Unexpected any. Specify a different type
build-and-test: src/components/ForgotPasswordVerifyCode/ForgotPasswordVerifyCode.tsx#L107
Unexpected any. Specify a different type
build-and-test: src/components/Register/Register.tsx#L44
'confirmPassword' is assigned a value but never used
build-and-test: src/components/Register/Register.tsx#L44
'age' is assigned a value but never used
build-and-test: src/services/addExperience.services.ts#L7
Unexpected any. Specify a different type
build-and-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build-and-test: src/components/Book/Book.tsx#L37
React Hook useEffect has missing dependencies: 'navigate', 'removeReservationData', and 'updateReservationData'. Either include them or remove the dependency array
build-and-test: src/components/ConfirmRegister/ConfirmRegister.tsx#L27
React Hook useEffect has a missing dependency: 'navigate'. Either include it or remove the dependency array
build-and-test: src/components/ExperienceDetail/ReviewSection.tsx#L21
React Hook useEffect has a missing dependency: 'BACK_URL'. Either include it or remove the dependency array
build-and-test: src/components/Filters/Filters.tsx#L156
React Hook useEffect has a missing dependency: 'fetchExperiences'. Either include it or remove the dependency array
build-and-test: src/components/Home/homePage.tsx#L49
React Hook useEffect has a missing dependency: 'BACK_URL'. Either include it or remove the dependency array
build-and-test: src/components/Home/homePage.tsx#L62
React Hook useEffect has a missing dependency: 'BACK_URL'. Either include it or remove the dependency array
build-and-test: src/components/PaymentMethod/PaymentMethod.tsx#L34
React Hook useEffect has missing dependencies: 'navigate', 'removeReservationData', 'reservation', and 'user'. Either include them or remove the dependency array
build-and-test: src/components/UserProfile/UserProfile.tsx#L36
React Hook useEffect has missing dependencies: 'loadUserInfo' and 'path.pathname'. Either include them or remove the dependency array
build-and-test: src/contexts/auth.context.tsx#L29
React Hook useEffect has a missing dependency: 'authenticateUser'. Either include it or remove the dependency array