[FEAT] BtnTask 호버 완료버튼 뮤테이션 연결 #280
gradle.yaml
on: pull_request
Build and Test
33s
Build and Deploy to AWS S3 for Main
0s
Annotations
3 errors and 2 warnings
Build and Test:
src/components/DashboardPage/DashboardTask.tsx#L50
Property 'targetDate' is missing in type '{ key: string; hasDescription: boolean; id: number; name: string; status: "진행중" | "미완료" | "완료" | "지연"; deadLine: { date?: string | null | undefined; time?: string | null | undefined; } | undefined; selectedTarget: TaskType | null; preventDoubleClick: true; handleSelectedTarget: (task: TaskType | null) => void; iconT...' but required in type 'BtnTaskProps'.
|
Build and Test:
src/components/targetArea/TargetTaskSection.tsx#L35
Property 'targetDate' is missing in type '{ iconType: "active"; key: number; hasDescription: boolean; name: string; deadLine: { date?: string | null | undefined; time?: string | null | undefined; } | undefined; btnStatus: "진행중" | "미완료" | "완료" | "지연"; ... 4 more ...; isDragging: boolean; }' but required in type 'BtnTaskProps'.
|
Build and Test
Process completed with exit code 2.
|
Build and Test
The following actions uses node12 which is deprecated and will be forced to run on node16: 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 and Test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, 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/
|