환경 변수를 통한 API 및 웹 서버 URL 관리 #22
ci-pipeline.yml
on: pull_request
setup-backend
9s
setup-frontend
10s
backend-lint
17s
backend-test
3m 51s
Annotations
4 errors and 13 warnings
frontend-lint:
frontend/src/components/editor/ui/command.tsx#L26
An interface declaring no members is equivalent to its supertype
|
frontend-lint
Process completed with exit code 1.
|
backend-test
Process completed with exit code 1.
|
backend-test
unable to access 'https://github.com/boostcampwm-2024/web15-OctoDocs/': Failed to connect to github.com port 443 after 134515 ms: Connection timed out
|
setup-backend
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
setup-frontend
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@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-lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@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-lint:
frontend/src/components/EditorView.tsx#L25
React Hook useMemo has an unnecessary dependency: 'currentPage'. Either exclude it or remove the dependency array
|
frontend-lint:
frontend/src/components/EditorView.tsx#L33
React Hook useMemo has a missing dependency: 'ydoc'. Either include it or remove the dependency array
|
frontend-lint:
frontend/src/components/canvas/index.tsx#L91
React Hook useEffect has missing dependencies: 'setEdges' and 'setNodes'. Either include them or remove the dependency array
|
frontend-lint:
frontend/src/components/editor/selectors/link-selector.tsx#L10
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
frontend-lint:
frontend/src/components/editor/selectors/link-selector.tsx#L18
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
frontend-lint:
frontend/src/components/editor/ui/button.tsx#L47
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
backend-lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
backend-build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@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-build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
backend-test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|