Skip to content

test: ci/cd 테스트 #25

test: ci/cd 테스트

test: ci/cd 테스트 #25

Triggered via pull request August 3, 2024 03:58
@jeewonMoonjeewonMoon
synchronize #41
develop
Status Failure
Total duration 23s
Billable time 1m
Artifacts

deploy.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
build: 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'.
build: src/components/CourseRegister/index.tsx#L39
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
build: 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'.
build: src/components/common/Modal/AntiMacroCodeModal.tsx#L22
Argument of type 'null' is not assignable to parameter of type 'string | (() => string)'.
build: src/components/common/Modal/AntiMacroCodeModal.tsx#L53
Argument of type 'null' is not assignable to parameter of type 'SetStateAction<number | undefined>'.
build: src/components/common/Modal/AntiMacroCodeModal.tsx#L60
Argument of type 'null' is not assignable to parameter of type 'SetStateAction<number | undefined>'.
build: src/components/common/Modal/AntiMacroCodeModal.tsx#L91
Argument of type 'string' is not assignable to parameter of type 'SetStateAction<number | undefined>'.
build: src/components/common/Modal/EnrollmentInfoModal.tsx#L3
All imports in import declaration are unused.
build: src/components/common/Modal/EnrollmentInfoModal.tsx#L4
'getMacroCode' is declared but its value is never read.
build: src/components/common/Modal/EnrollmentInfoModal.tsx#L5
'Simulate' is declared but its value is never read.
build
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/
build
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/