Skip to content

feat: update pnpm lock file after scaffolding the demo project #26

feat: update pnpm lock file after scaffolding the demo project

feat: update pnpm lock file after scaffolding the demo project #26

Triggered via push December 3, 2023 05:37
Status Failure
Total duration 30s
Artifacts
Run type checks, lint, and tests
22s
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/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#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.
Run type checks, lint, and tests: examples/sum-pr/src/app/page.tsx#L21
Cannot find module '@/components/ui/card' or its corresponding type declarations.
Run type checks, lint, and tests: examples/sum-pr/src/app/page.tsx#L22
Cannot find module '@/components/ui/input' or its corresponding type declarations.
Run type checks, lint, and tests: examples/sum-pr/src/app/page.tsx#L23
Cannot find module '@/components/ui/label' or its corresponding type declarations.
Run type checks, lint, and tests: examples/sum-pr/src/app/page.tsx#L25
'apiKey' is declared but its value is never read.
Run type checks, lint, and tests: examples/sum-pr/src/app/page.tsx#L44
'summary' is declared but its value is never read.
Run type checks, lint, and tests: examples/sum-pr/src/app/page.tsx#L44
'setSummary' is declared but its value is never read.
Run type checks, lint, and tests: examples/sum-pr/src/app/page.tsx#L62
Type 'string | undefined' is not assignable to type 'string'.