Skip to content

Commit that solved the bind issue #19

Commit that solved the bind issue

Commit that solved the bind issue #19

Triggered via push December 3, 2023 05:12
Status Failure
Total duration 35s
Artifacts
Run type checks, lint, and tests
26s
Run type checks, lint, and tests
Fit to window
Zoom out
Zoom in

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.