feat(shadcn): add new registry:file type #4088
code-check.yml
on: pull_request
pnpm lint
2m 57s
pnpm format:check
56s
pnpm typecheck
1m 14s
Annotations
2 errors and 3 warnings
pnpm typecheck
Type '({ path: string; target: string | undefined; type: "registry:page" | "registry:file"; content?: string | undefined; } | { path: string; target: string | undefined; type: "registry:lib" | ... 7 more ... | "registry:internal"; content?: string | undefined; })[]' is not assignable to type '({ path: string; type: "registry:page" | "registry:file"; target: string; content?: string | undefined; } | { path: string; type: "registry:lib" | "registry:block" | "registry:component" | ... 5 more ... | "registry:internal"; content?: string | undefined; target?: string | undefined; })[]'.
|
pnpm typecheck
Process completed with exit code 2.
|
pnpm format:check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pnpm typecheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pnpm lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|