Initial setup and layout #3
validate.yml
on: pull_request
⬣ Biome lint
9s
✂️ Check unused code
23s
⚡ Unit Tests
0s
Annotations
6 errors
|
✂️ Check unused code
Process completed with exit code 1.
|
|
🔎 Type check
Process completed with exit code 2.
|
|
🔎 Type check:
app/utils/create-sidebar-tree.ts#L17
Parameter 's' implicitly has an 'any' type.
|
|
🔎 Type check:
app/utils/create-sidebar-tree.ts#L1
Cannot find module 'content-collections' or its corresponding type declarations.
|
|
🔎 Type check:
app/routes/documentation-page.tsx#L20
Parameter 'post' implicitly has an 'any' type.
|
|
🔎 Type check:
app/routes/documentation-page.tsx#L2
Cannot find module 'content-collections' or its corresponding type declarations.
|