Skip to content

Foundations for the budget automations UI #13446

Foundations for the budget automations UI

Foundations for the budget automations UI #13446

Triggered via pull request February 18, 2025 00:57
Status Failure
Total duration 1m 31s
Artifacts

check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors
typecheck: packages/desktop-client/src/components/budget/goals/reducer.ts#L32
Type 'ByTemplate | SpendTemplate' is not assignable to type 'ScheduleTemplate | PercentageTemplate | WeekTemplate | SimpleTemplate | AverageTemplate | CopyTemplate'.
typecheck: packages/desktop-client/src/components/budget/goals/reducer.ts#L33
Type '"goal"' is not assignable to type '"schedule" | "week" | "percentage" | "simple" | "historical"'.
typecheck: packages/desktop-client/src/components/budget/goals/reducer.ts#L124
Type '"goal"' is not comparable to type '"schedule" | "week" | "percentage" | "simple" | "historical"'.
typecheck: packages/desktop-client/src/components/budget/goals/reducer.ts#L126
This comparison appears to be unintentional because the types '"schedule" | "week" | "percentage" | "simple" | "average" | "copy"' and '"spend"' have no overlap.
typecheck: packages/desktop-client/src/components/budget/goals/reducer.ts#L127
This comparison appears to be unintentional because the types '"schedule" | "week" | "percentage" | "simple" | "average" | "copy"' and '"by"' have no overlap.
typecheck: packages/desktop-client/src/components/budget/goals/reducer.ts#L135
Type '"spend"' is not assignable to type '"schedule" | "week" | "percentage" | "simple" | "average" | "copy"'.
typecheck
Process completed with exit code 2.