Skip to content

Merge pull request #152 from boostcampwm-2024/feature-fe-#146 #31

Merge pull request #152 from boostcampwm-2024/feature-fe-#146

Merge pull request #152 from boostcampwm-2024/feature-fe-#146 #31

Triggered via push November 14, 2024 07:06
Status Failure
Total duration 3m 18s
Artifacts

ci-pipeline.yml

on: push
setup-backend
10s
setup-backend
backend-build
14s
backend-build
backend-lint
15s
backend-lint
frontend-lint
21s
frontend-lint
frontend-build
11s
frontend-build
backend-test
21s
backend-test
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 17 warnings
backend-test
Process completed with exit code 1.
frontend-build
Parameter 'diffResult' implicitly has an 'any' type.
frontend-build
Binding element 'op' implicitly has an 'any' type.
frontend-build
Binding element 'value' implicitly has an 'any' type.
frontend-build
Process completed with exit code 2.
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/
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/
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-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/
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-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-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#L21
React Hook useMemo has an unnecessary dependency: 'currentPage'. Either exclude it or remove the dependency array
frontend-lint: frontend/src/components/EditorView.tsx#L29
React Hook useMemo has a missing dependency: 'ydoc'. Either include it or remove the dependency array
frontend-lint: frontend/src/components/canvas/index.tsx#L57
React Hook useEffect has a missing dependency: 'ydoc'. Either include it or remove the dependency array
frontend-lint: frontend/src/components/canvas/index.tsx#L108
React Hook useEffect has missing dependencies: 'setEdges' and 'setNodes'. Either include them or remove the dependency array
frontend-lint: frontend/src/components/canvas/index.tsx#L140
React Hook useEffect has a missing dependency: 'ydoc'. Either include it or remove the dependency array
frontend-lint: frontend/src/components/canvas/index.tsx#L162
React Hook useCallback has a missing dependency: 'ydoc'. Either include it or remove the dependency array
frontend-lint: frontend/src/components/canvas/index.tsx#L178
React Hook useCallback has a missing dependency: 'ydoc'. Either include it or remove the dependency array
frontend-lint: frontend/src/components/canvas/index.tsx#L196
React Hook useCallback has a missing dependency: 'ydoc'. Either include it 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