Skip to content

Remove lucia and setup session authentication from scratch #122

Remove lucia and setup session authentication from scratch

Remove lucia and setup session authentication from scratch #122

Triggered via pull request January 21, 2025 09:02
Status Failure
Total duration 29s
Artifacts

check.yaml

on: pull_request
typecheck-and-lint
17s
typecheck-and-lint
e2e-test
0s
e2e-test
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
typecheck-and-lint: src/app/(main)/dashboard/_components/posts.tsx#L22
Argument of type '(old: { status: "draft" | "published" | "archived"; id: string; createdAt: Date; updatedAt: Date | null; userId: string; title: string; excerpt: string; tags: string | null; }[] | undefined) => ({ ...; } | { ...; })[]' is not assignable to parameter of type 'Updater<{ status: "draft" | "published" | "archived"; id: string; createdAt: Date; updatedAt: Date | null; userId: string; title: string; excerpt: string; tags: string | null; }[] | undefined, { ...; }[] | undefined>'.
typecheck-and-lint
Process completed with exit code 2.
typecheck-and-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636