Skip to content

feat: 출연진 순서 변경 관련 로직을 @dnd-kit로 변경 및 스타일링 상세 적용 #584

feat: 출연진 순서 변경 관련 로직을 @dnd-kit로 변경 및 스타일링 상세 적용

feat: 출연진 순서 변경 관련 로직을 @dnd-kit로 변경 및 스타일링 상세 적용 #584

Triggered via pull request November 23, 2024 12:44
Status Failure
Total duration 1m 1s
Artifacts

ci.yml

on: pull_request
Build and Test
52s
Build and Test
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
Build and Test
Property 'castTeamDropHoverHandler' does not exist on type '{ castTeamListDraft: TempShowCastInfoFormInput[]; setCastTeamListDraft: Dispatch<SetStateAction<TempShowCastInfoFormInput[]>>; castTeamDragEndHandler: (event: DragOverEvent) => void; }'.
Build and Test
admin#type-check: command (/home/runner/work/boolti-web/boolti-web/apps/admin) /tmp/xfs-ddcdd606/yarn run type-check exited (2)
Build and Test
Property 'castTeamDropHandler' does not exist on type '{ castTeamListDraft: TempShowCastInfoFormInput[]; setCastTeamListDraft: Dispatch<SetStateAction<TempShowCastInfoFormInput[]>>; castTeamDragEndHandler: (event: DragOverEvent) => void; }'.
Build and Test
Type '{ key: number; showCastInfo: TempShowCastInfoFormInput; index: number; onSave: (showCastInfoFormInput: TempShowCastInfoFormInput) => Promise<...>; onDelete: () => Promise<...>; onDrop: any; onDropHover: any; }' is not assignable to type 'IntrinsicAttributes & Props'.
Build and Test
Type '{ key: number; showCastInfo: TempShowCastInfoFormInput; index: number; onSave: (showCastInfoFormInput: TempShowCastInfoFormInput) => Promise<...>; onDelete: () => Promise<...>; onDropHover: any; onDrop: any; }' is not assignable to type 'IntrinsicAttributes & Props'.
Build and Test
Process completed with exit code 2.
Build and 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. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/