공통 컴포넌트 생성 및 페이지 스타일 고도화 (issue #93) #84
ci.yml
on: pull_request
BE_SLACK_MESSAGE
0s
FE_SLACK_MESSAGE
3s
Annotations
11 errors and 5 warnings
FE_CI
Process completed with exit code 1.
|
FE_CI:
frontend/src/components/PopUp/SuccessMissionSubmitPopUp.tsx#L16
'thumbnail' is defined but never used
|
FE_CI:
frontend/src/components/common/Error/ErrorBoundary.tsx#L1
Imports "ErrorInfo" are only used as type
|
FE_CI:
frontend/src/components/common/Error/ErrorBoundary.tsx#L3
All imports in the declaration are only used as types. Use `import type`
|
FE_CI:
frontend/src/components/common/Error/ErrorBoundary.tsx#L13
Unexpected any. Specify a different type
|
FE_CI:
frontend/src/components/common/Error/ErrorBoundary.tsx#L37
Unexpected any. Specify a different type
|
FE_CI:
frontend/src/components/common/Error/ErrorBoundary.tsx#L117
Unexpected any. Specify a different type
|
FE_CI:
frontend/src/components/common/Error/ErrorBoundary.tsx#L117
Unexpected any. Specify a different type
|
FE_CI:
frontend/src/contexts/ErrorBoundaryContext.tsx#L5
Unexpected any. Specify a different type
|
FE_CI:
frontend/src/contexts/ErrorBoundaryContext.tsx#L6
Unexpected any. Specify a different type
|
FE_CI:
frontend/src/hooks/useErrorBoundary.ts#L2
Imports "ErrorBoundaryContextType" are only used as type
|
FE_CI:
frontend/src/components/common/ListenKeyDown.tsx#L21
React Hook useEffect has missing dependencies: 'onKeyDown' and 'targetKey'. Either include them or remove the dependency array. If 'onKeyDown' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
FE_CI:
frontend/src/hooks/useAnimation.ts#L44
React Hook useEffect has missing dependencies: '$animationTime' and 'unMountEvent'. Either include them or remove the dependency array. If 'unMountEvent' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
FE_CI:
frontend/src/hooks/useCarousel.ts#L28
React Hook useEffect has a missing dependency: 'handleTransitionEnd'. Either include it or remove the dependency array
|
FE_CI:
frontend/src/hooks/useErrorBoundary.ts#L45
React Hook useMemo has a missing dependency: 'context'. Either include it or remove the dependency array
|
FE_SLACK_MESSAGE
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/github-script@v6, slackapi/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|