Skip to content

cleanup

cleanup #56

Triggered via push August 31, 2023 23:04
Status Failure
Total duration 3m 16s
Artifacts

deploy.yml

on: push
🚀 Deploy
48s
🚀 Deploy
Matrix: setup
Fit to window
Zoom out
Zoom in

Annotations

14 errors
setup (ubuntu-latest): exercises/03.schema-validation/03.solution.conform-form/app/routes/users+/$username_+/notes.$noteId_.edit.tsx#L86
Type 'JsonifyObject<{ error: Record<string, string[]>; intent: string; value?: { content: string; title: string; } | null | undefined; }> | undefined' is not assignable to type 'SubmissionResult | undefined'.
setup (ubuntu-latest): exercises/04.file-upload/01.problem.multi-part/app/routes/users+/$username_+/notes.$noteId_.edit.tsx#L104
Type 'JsonifyObject<{ error: Record<string, string[]>; intent: string; value?: { content: string; title: string; } | null | undefined; }> | undefined' is not assignable to type 'SubmissionResult | undefined'.
setup (ubuntu-latest): exercises/04.file-upload/01.solution.multi-part/app/routes/users+/$username_+/notes.$noteId_.edit.tsx#L117
Type 'JsonifyObject<{ error: Record<string, string[]>; intent: string; value?: { content: string; title: string; } | null | undefined; }> | undefined' is not assignable to type 'SubmissionResult | undefined'.
setup (ubuntu-latest): exercises/04.file-upload/02.problem.file-validation/app/routes/users+/$username_+/notes.$noteId_.edit.tsx#L121
Type 'JsonifyObject<{ error: Record<string, string[]>; intent: string; value?: { content: string; title: string; } | null | undefined; }> | undefined' is not assignable to type 'SubmissionResult | undefined'.
setup (ubuntu-latest): exercises/04.file-upload/02.solution.file-validation/app/routes/users+/$username_+/notes.$noteId_.edit.tsx#L116
Type 'JsonifyObject<{ error: Record<string, string[]>; intent: string; value?: { content: string; title: string; imageId?: string | undefined; file?: File | undefined; altText?: string | undefined; } | null | undefined; }> | undefined' is not assignable to type 'SubmissionResult | undefined'.
setup (ubuntu-latest): exercises/05.complex-structures/01.problem.nested/app/routes/users+/$username_+/notes.$noteId_.edit.tsx#L122
Type 'JsonifyObject<{ error: Record<string, string[]>; intent: string; value?: { content: string; title: string; imageId?: string | undefined; file?: File | undefined; altText?: string | undefined; } | null | undefined; }> | undefined' is not assignable to type 'SubmissionResult | undefined'.
setup (ubuntu-latest): exercises/05.complex-structures/01.solution.nested/app/routes/users+/$username_+/notes.$noteId_.edit.tsx#L119
Type 'JsonifyObject<{ error: Record<string, string[]>; intent: string; value?: { content: string; title: string; image: { id?: string | undefined; file?: File | undefined; altText?: string | undefined; }; } | null | undefined; }> | undefined' is not assignable to type 'SubmissionResult | undefined'.
setup (ubuntu-latest): exercises/05.complex-structures/02.problem.lists/app/routes/users+/$username_+/notes.$noteId_.edit.tsx#L122
Type 'JsonifyObject<{ error: Record<string, string[]>; intent: string; value?: { content: string; title: string; image: { id?: string | undefined; file?: File | undefined; altText?: string | undefined; }; } | null | undefined; }> | undefined' is not assignable to type 'SubmissionResult | undefined'.
setup (ubuntu-latest): exercises/05.complex-structures/02.solution.lists/app/routes/users+/$username_+/notes.$noteId_.edit.tsx#L120
Type 'JsonifyObject<{ error: Record<string, string[]>; intent: string; value?: { content: string; title: string; images: { id?: string | undefined; file?: File | undefined; altText?: string | undefined; }[]; } | null | undefined; }> | undefined' is not assignable to type 'SubmissionResult | undefined'.
setup (ubuntu-latest): exercises/05.complex-structures/03.problem.add-remove/app/routes/users+/$username_+/notes.$noteId_.edit.tsx#L123
Type 'JsonifyObject<{ error: Record<string, string[]>; intent: string; value?: { content: string; title: string; images: { id?: string | undefined; file?: File | undefined; altText?: string | undefined; }[]; } | null | undefined; }> | undefined' is not assignable to type 'SubmissionResult | undefined'.
setup (windows-latest)
The job was canceled because "ubuntu-latest" failed.
setup (windows-latest)
The operation was canceled.
setup (macos-latest)
The job was canceled because "ubuntu-latest" failed.
setup (macos-latest)
The operation was canceled.