test: ci/cd 테스트 #27
Annotations
10 errors and 2 warnings
src/components/CourseRegister/RegisteredList.tsx#L63
Type '(scheduleId: number | undefined) => Promise<void>' is not assignable to type '(action: string, scheduleId: number | undefined, curiNm: string | undefined) => void'.
|
src/components/CourseRegister/index.tsx#L39
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
src/components/CourseRegister/index.tsx#L55
Type '(scheduleId: number | undefined, curiNm: string | undefined) => Promise<void>' is not assignable to type '(action: string, scheduleId: number | undefined, curiNm: string | undefined) => void'.
|
src/components/common/Modal/AntiMacroCodeModal.tsx#L22
Argument of type 'null' is not assignable to parameter of type 'string | (() => string)'.
|
src/components/common/Modal/AntiMacroCodeModal.tsx#L53
Argument of type 'null' is not assignable to parameter of type 'SetStateAction<number | undefined>'.
|
src/components/common/Modal/AntiMacroCodeModal.tsx#L60
Argument of type 'null' is not assignable to parameter of type 'SetStateAction<number | undefined>'.
|
src/components/common/Modal/AntiMacroCodeModal.tsx#L91
Argument of type 'string' is not assignable to parameter of type 'SetStateAction<number | undefined>'.
|
src/components/common/Modal/EnrollmentInfoModal.tsx#L3
All imports in import declaration are unused.
|
src/components/common/Modal/EnrollmentInfoModal.tsx#L4
'getMacroCode' is declared but its value is never read.
|
src/components/common/Modal/EnrollmentInfoModal.tsx#L5
'Simulate' is declared but its value is never read.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading