docs(text-reveal): remote prop children
#59
code-check.yml
on: pull_request
pnpm lint
2m 48s
pnpm format:check
24s
pnpm typecheck
30s
Annotations
11 errors and 3 warnings
pnpm format:check
Process completed with exit code 1.
|
pnpm typecheck:
app/(docs)/docs/[[...slug]]/page.tsx#L15
Cannot find module 'contentlayer/generated' or its corresponding type declarations.
|
pnpm typecheck:
app/(docs)/docs/[[...slug]]/page.tsx#L28
Parameter 'doc' implicitly has an 'any' type.
|
pnpm typecheck:
app/(docs)/docs/[[...slug]]/page.tsx#L76
Parameter 'doc' implicitly has an 'any' type.
|
pnpm typecheck:
app/(marketing)/[...slug]/page.tsx#L11
Cannot find module 'contentlayer/generated' or its corresponding type declarations.
|
pnpm typecheck:
app/(marketing)/[...slug]/page.tsx#L21
Parameter 'page' implicitly has an 'any' type.
|
pnpm typecheck:
app/(marketing)/[...slug]/page.tsx#L73
Parameter 'page' implicitly has an 'any' type.
|
pnpm typecheck:
app/(marketing)/showcase/[...slug]/page.tsx#L4
Cannot find module 'contentlayer/generated' or its corresponding type declarations.
|
pnpm typecheck:
app/(marketing)/showcase/[...slug]/page.tsx#L18
Parameter 'page' implicitly has an 'any' type.
|
pnpm typecheck:
app/(marketing)/showcase/[...slug]/page.tsx#L70
Parameter 'page' implicitly has an 'any' type.
|
pnpm typecheck:
app/(marketing)/showcase/page.tsx#L1
Cannot find module 'contentlayer/generated' or its corresponding type declarations.
|
pnpm format:check
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
pnpm typecheck
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
pnpm lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|