chore: Vite 빌드 에러 해결을 위해 Rollup에 SVG 파일 포함 #19
ci.yml
on: push
Frontend CI
19s
Backend CI
20s
Annotations
12 errors and 5 warnings
Backend CI:
packages/backend/gameserver/src/app.controller.ts#L1
Definition for rule 'react-hooks/exhaustive-deps' was not found
|
Backend CI:
packages/backend/gameserver/src/app.module.ts#L1
Definition for rule 'react-hooks/exhaustive-deps' was not found
|
Backend CI:
packages/backend/gameserver/src/app.service.ts#L1
Definition for rule 'react-hooks/exhaustive-deps' was not found
|
Backend CI:
packages/backend/gameserver/src/auth/auth.controller.ts#L1
Definition for rule 'react-hooks/exhaustive-deps' was not found
|
Backend CI:
packages/backend/gameserver/src/auth/auth.module.ts#L1
Definition for rule 'react-hooks/exhaustive-deps' was not found
|
Backend CI:
packages/backend/gameserver/src/auth/auth.service.ts#L1
Definition for rule 'react-hooks/exhaustive-deps' was not found
|
Backend CI:
packages/backend/gameserver/src/chat/chat.module.ts#L1
Definition for rule 'react-hooks/exhaustive-deps' was not found
|
Backend CI:
packages/backend/gameserver/src/chat/chat.service.ts#L1
Definition for rule 'react-hooks/exhaustive-deps' was not found
|
Backend CI:
packages/backend/gameserver/src/game/game.module.ts#L1
Definition for rule 'react-hooks/exhaustive-deps' was not found
|
Backend CI:
packages/backend/gameserver/src/game/game.service.ts#L1
Definition for rule 'react-hooks/exhaustive-deps' was not found
|
Frontend CI
No overload matches this call.
|
Frontend CI
Process completed with exit code 2.
|
Backend CI
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Frontend CI
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Frontend CI:
packages/frontend/src/App.tsx#L21
React Hook useEffect has a missing dependency: 'disconnectSocket'. Either include it or remove the dependency array
|
Frontend CI:
packages/frontend/src/hooks/useChatSocket.ts#L25
React Hook useEffect has a missing dependency: 'addChatEntry'. Either include it or remove the dependency array
|
Frontend CI:
packages/frontend/src/pages/lobbyPage/index.tsx#L21
React Hook useEffect has missing dependencies: 'connectSocket', 'password', 'socket', and 'userId'. Either include them or remove the dependency array
|