CI: Add PR quality checks for lint and typecheck (modeled after reportory) #1
pr-quality-checks.yml
on: pull_request
quality-checks
56s
Annotations
10 errors
|
quality-checks
Property 'getByText' does not exist on type 'Canvas'.
|
|
quality-checks
Property 'getByText' does not exist on type 'Canvas'.
|
|
quality-checks
Argument of type 'ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>' is not assignable to parameter of type 'LucideIcon'.
|
|
quality-checks
Argument of type 'ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>' is not assignable to parameter of type 'LucideIcon'.
|
|
quality-checks
@lambdacurry/forms-docs#type-check: command (/home/runner/work/forms/forms/apps/docs) /tmp/xfs-778b876d/yarn run type-check exited (2)
|
|
quality-checks
Argument of type 'ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>' is not assignable to parameter of type 'LucideIcon'.
|
|
quality-checks
Argument of type 'ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>' is not assignable to parameter of type 'LucideIcon'.
|
|
quality-checks
Type '{ error: string | undefined; defaultValue?: string | undefined; defaultChecked?: boolean | undefined; onChange: ChangeHandler; onBlur: ChangeHandler; ... 10 more ...; type: "email"; }' is not assignable to type 'IntrinsicAttributes & TextFieldProps & { ref?: Ref<HTMLInputElement> | undefined; }'.
|
|
quality-checks
Type '{ error: string | undefined; defaultValue?: string | undefined; defaultChecked?: boolean | undefined; onChange: ChangeHandler; onBlur: ChangeHandler; ... 9 more ...; label: string; }' is not assignable to type 'IntrinsicAttributes & TextFieldProps & { ref?: Ref<HTMLInputElement> | undefined; }'.
|
|
quality-checks
Type '{ children: Element; }' is missing the following properties from type 'RemixFormProviderProps<FieldValues, any, FieldValues>': handleSubmit, register, reset, control, and 12 more.
|