Skip to content

updated task schema model #376

updated task schema model

updated task schema model #376

Triggered via push December 4, 2024 06:12
Status Failure
Total duration 1m 0s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
run-lint
Type '{ id: number; type: TaskType; title: string; description: string | null; creditValue: number; endDate: Date | null; recurrenceFrequency: RecurrenceFrequency; specificDay: DaysOfWeek | null; repeatDays: DaysOfWeek[]; }' is not assignable to type 'TaskDTO'.
run-lint
Type '{ id: number; type: TaskType; title: string; description: string | null; creditValue: number; endDate: Date | null; recurrenceFrequency: RecurrenceFrequency; specificDay: DaysOfWeek | null; repeatDays: DaysOfWeek[]; }[]' is not assignable to type 'TaskDTO[]'.
run-lint
Type '{ id: number; type: TaskType; title: string; description: string | null; creditValue: number; endDate: Date | null; recurrenceFrequency: RecurrenceFrequency; specificDay: DaysOfWeek | null; repeatDays: DaysOfWeek[]; }' is not assignable to type 'TaskDTO'.
run-lint
Type '{ id: number; type: TaskType; title: string; description: string | null; creditValue: number; endDate: Date | null; recurrenceFrequency: RecurrenceFrequency; specificDay: DaysOfWeek | null; repeatDays: DaysOfWeek[]; }' is not assignable to type 'TaskDTO'.
run-lint
Type '{ id: number; type: TaskType; title: string; description: string | null; creditValue: number; endDate: Date | null; recurrenceFrequency: RecurrenceFrequency; specificDay: DaysOfWeek | null; repeatDays: DaysOfWeek[]; }' is not assignable to type 'TaskDTO'.
run-lint
Process completed with exit code 2.
run-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636