Skip to content

Feature/에러 메세지 상수화 #846 #440

Feature/에러 메세지 상수화 #846

Feature/에러 메세지 상수화 #846 #440

Triggered via pull request December 10, 2023 10:47
Status Failure
Total duration 51s
Artifacts

eslint-on-pr.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
build (18.x): src/api/memberApi.ts#L7
`@constants/apiResponseMsg` import should occur before import of `@hooks/useGetApiError`
build (18.x): src/api/postApi.ts#L18
`@constants/apiResponseMsg` import should occur before import of `@hooks/useGetApiError`
build (18.x): src/api/seminarApi.ts#L6
`@constants/apiResponseMsg` import should occur before import of `@hooks/useGetApiError`
build (18.x): src/pages/Profile/Modal/EditAccountModal.tsx#L26
`@constants/apiResponseMsg` import should occur before import of `@constants/errorMsg`
build (18.x): src/pages/SignUp/Section/SignUpFirstInputSection.tsx#L13
`@constants/apiResponseMsg` import should occur before import of `@components/Button/FilledButton`
build (18.x): src/pages/SignUp/Section/SignUpThirdInputSection.tsx#L16
`@constants/apiResponseMsg` import should occur before import of `@constants/errorMsg`
build (18.x): src/pages/senimarAttend/Card/MemberCardContent.tsx#L14
`@constants/apiResponseMsg` import should occur before import of `@components/Button/FilledButton`
build (18.x)
Process completed with exit code 1.
build (18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/