Remove lucia and setup session authentication from scratch #122
check.yaml
on: pull_request
typecheck-and-lint
17s
e2e-test
0s
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
|