docs: better docs #51
ci.yml
on: pull_request
Run lint
39s
Run format
34s
Run typecheck
25s
Build www
1m 33s
Annotations
8 errors
Run typecheck
www#typecheck: command (/home/runner/work/dotUI/dotUI/www) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
|
Run typecheck
Type '{ className: string; children: ReactNode; groupId?: string | undefined; persist?: boolean | undefined; defaultIndex?: number | undefined; items?: string[] | undefined; orientation?: Orientation | undefined; ... 12 more ...; keyboardActivation?: "manual" | ... 1 more ... | undefined; }' is not assignable to type 'TabsProps'.
|
Run typecheck
Type '{ children: string; isLoading: boolean; variant: "primary"; size: { initial: "lg"; sm: "md"; }; onPress: () => Promise<void>; }' is not assignable to type 'IntrinsicAttributes & ButtonProps & RefAttributes<HTMLButtonElement>'.
|
Run typecheck
Type '{ children: string; isLoading: boolean; onPress: () => void; }' is not assignable to type 'IntrinsicAttributes & ButtonProps & RefAttributes<HTMLButtonElement>'.
|
Run typecheck
Process completed with exit code 2.
|
Run format
www#format:check: command (/home/runner/work/dotUI/dotUI/www) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format:check exited (1)
|
Run format
Process completed with exit code 1.
|
Build www
Process completed with exit code 1.
|