feat: Adding our links to the docs #22
validate-workflow.yml
on: push
Run type checks, lint, and tests
22s
Annotations
10 errors
Run type checks, lint, and tests:
examples/sum-pr/src/app/layout.tsx#L1
Cannot find module 'next' or its corresponding type declarations.
|
Run type checks, lint, and tests:
examples/sum-pr/src/app/layout.tsx#L2
Cannot find module 'next/font/google' or its corresponding type declarations.
|
Run type checks, lint, and tests:
examples/sum-pr/src/app/layout.tsx#L18
Cannot find module 'react/jsx-runtime' or its corresponding type declarations.
|
Run type checks, lint, and tests:
examples/sum-pr/src/app/page.tsx#L7
'Link' is declared but its value is never read.
|
Run type checks, lint, and tests:
examples/sum-pr/src/app/page.tsx#L7
Cannot find module 'next/link' or its corresponding type declarations.
|
Run type checks, lint, and tests:
examples/sum-pr/src/app/page.tsx#L8
Cannot find module 'react' or its corresponding type declarations.
|
Run type checks, lint, and tests:
examples/sum-pr/src/app/page.tsx#L10
Cannot find module '@opensdks/sdk-github' or its corresponding type declarations.
|
Run type checks, lint, and tests:
examples/sum-pr/src/app/page.tsx#L11
Cannot find module '@opensdks/sdk-openai' or its corresponding type declarations.
|
Run type checks, lint, and tests:
examples/sum-pr/src/app/page.tsx#L12
Cannot find module '@/components/CommitsList' or its corresponding type declarations.
|
Run type checks, lint, and tests:
examples/sum-pr/src/app/page.tsx#L14
Cannot find module '@/components/ui/button' or its corresponding type declarations.
|