그룹스터디 후기 기능 추가 및 스터디 수정 모달 관련 로직 수정 #446
ci.yml
on: pull_request
lint
1m 57s
typecheck
1m 15s
prettier
1m 35s
build
2m 6s
storybook
1m 44s
security
1m 29s
Annotations
11 errors and 2 warnings
|
typecheck:
src/app/(service)/(my)/my-study-review/mentor/[groupStudyId]/page.tsx#L14
Cannot find module '../../group/[groupStudyId]/_components/satisfaction-section' or its corresponding type declarations.
|
|
typecheck:
src/app/(service)/(my)/my-study-review/mentor/[groupStudyId]/page.tsx#L13
Cannot find module '../../group/[groupStudyId]/_components/group-review-card' or its corresponding type declarations.
|
|
typecheck:
src/app/(service)/(my)/my-study-review/mentor/[groupStudyId]/page.tsx#L12
Cannot find module '../../group/[groupStudyId]/_components/evaluation-section' or its corresponding type declarations.
|
|
typecheck:
src/app/(service)/(my)/my-study-review/group/_components/evaluation-section.tsx#L91
Parameter 'item' implicitly has an 'any' type.
|
|
typecheck:
src/app/(service)/(my)/my-study-review/group/_components/evaluation-section.tsx#L91
Parameter 'sum' implicitly has an 'any' type.
|
|
typecheck:
src/app/(service)/(my)/my-study-review/group/[groupStudyId]/page.tsx#L98
Parameter 'index' implicitly has an 'any' type.
|
|
typecheck:
src/app/(service)/(my)/my-study-review/group/[groupStudyId]/page.tsx#L98
Parameter 'review' implicitly has an 'any' type.
|
|
typecheck:
src/app/(service)/(my)/my-study-review/group/[groupStudyId]/page.tsx#L44
Parameter 'id' implicitly has an 'any' type.
|
|
typecheck:
src/app/(service)/(my)/my-study-review/group/[groupStudyId]/page.tsx#L43
Parameter 'r' implicitly has an 'any' type.
|
|
typecheck:
src/app/(service)/(my)/my-study-review/group/[groupStudyId]/_hooks/use-review-statistics.ts#L75
Parameter 'item' implicitly has an 'any' type.
|
|
build
Process completed with exit code 1.
|
|
typecheck
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|