Remove lucia and setup session authentication from scratch #109
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
check.yaml
on: pull_request
typecheck-and-lint
21s
e2e-test
0s
Annotations
7 errors and 1 warning
|
typecheck-and-lint:
src/app/(auth)/verify-email/verify-code.tsx#L49
Type '() => Promise<void | { error: string; }>' is not assignable to type 'string | ((formData: FormData) => void | Promise<void>) | undefined'.
|
|
typecheck-and-lint:
src/app/(main)/account/page.tsx#L28
Type '() => Promise<void | { error: string; }>' is not assignable to type 'string | ((formData: FormData) => void | Promise<void>) | undefined'.
|
|
typecheck-and-lint:
src/app/(main)/editor/[postId]/_components/post-preview.tsx#L9
'SyntaxHighlighter' cannot be used as a JSX component.
|
|
typecheck-and-lint:
src/app/api/webhooks/stripe/route.ts#L13
Property 'get' does not exist on type 'Promise<ReadonlyHeaders>'.
|
|
typecheck-and-lint:
src/lib/email/index.tsx#L66
Type 'Promise<string>' is not assignable to type 'string | Buffer | Readable | AttachmentLike | undefined'.
|
|
typecheck-and-lint:
src/trpc/server.ts#L23
Argument of type 'Promise<ReadonlyHeaders>' is not assignable to parameter of type 'HeadersInit | 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
|