Skip to content

fix: oauth avatar image url #271

fix: oauth avatar image url

fix: oauth avatar image url #271

Triggered via push May 26, 2024 12:13
Status Failure
Total duration 37s
Artifacts

check.yaml

on: push
typecheck-and-lint
29s
typecheck-and-lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
typecheck-and-lint
Type 'never[]' is not assignable to type 'string'.
typecheck-and-lint
'_EnableSubmissionsRetentionSchema' is declared but never used.
typecheck-and-lint
Type 'string | undefined' is not assignable to type 'string'.
typecheck-and-lint
Argument of type '{ id: string; returnUrl: string | undefined; }' is not assignable to parameter of type '{ id: string; title: string; description?: string | null | undefined; returnUrl?: string | null | undefined; enableEmailNotifications?: boolean | undefined; enableSubmissions?: boolean | undefined; }'.
typecheck-and-lint
Argument of type '{ id: string; enableSubmissions: boolean | undefined; }' is not assignable to parameter of type '{ id: string; title: string; description?: string | null | undefined; returnUrl?: string | null | undefined; enableEmailNotifications?: boolean | undefined; enableSubmissions?: boolean | undefined; }'.
typecheck-and-lint
Type '{ checked: boolean | undefined; onCheckedChange: (isChecked: boolean) => Promise<void>; disabled: boolean; }' is not assignable to type 'Omit<SwitchProps & RefAttributes<HTMLButtonElement>, "ref">' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
typecheck-and-lint
Object literal may only specify known properties, but 'enableNotifications' does not exist in type '{ id: string; title: string; description?: string | null | undefined; returnUrl?: string | null | undefined; enableEmailNotifications?: boolean | undefined; enableSubmissions?: boolean | undefined; }'. Did you mean to write 'enableEmailNotifications'?
typecheck-and-lint
Type '{ checked: boolean | undefined; onCheckedChange: (isChecked: boolean) => Promise<void>; disabled: boolean; }' is not assignable to type 'Omit<SwitchProps & RefAttributes<HTMLButtonElement>, "ref">' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
typecheck-and-lint
Type '{ formKeys: string[]; formId: string; submissions: { data: Json; id: string; formId: string; createdAt: Date; }[]; }' is not assignable to type 'IntrinsicAttributes & SubmissionsTableProps'.
typecheck-and-lint
'APP_TITLE' is declared but its value is never read.
typecheck-and-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
typecheck-and-lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/