Skip to content

Rebuild with astro #3625

Rebuild with astro

Rebuild with astro #3625

Triggered via pull request January 28, 2025 22:55
Status Failure
Total duration 46s
Artifacts

ci.yml

on: pull_request
Matrix: lint / lint
Fit to window
Zoom out
Zoom in

Annotations

13 errors
lint / lint (prettier)
Process completed with exit code 1.
lint / lint (eslint)
Process completed with exit code 2.
deploy / deploy
Process completed with exit code 1.
lint / lint (tsc): src/components/avatar.tsx#L2
Cannot find module '../assets/avatar.jpg' or its corresponding type declarations.
lint / lint (tsc): src/components/blockquote.tsx#L2
'AcceptsChildren' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
lint / lint (tsc): src/components/kbd.tsx#L1
'AcceptsChildren' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
lint / lint (tsc): src/content.config.ts#L1
Cannot find module 'astro:content' or its corresponding type declarations.
lint / lint (tsc): src/pages/blog.tsx#L2
'Page' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
lint / lint (tsc): src/pages/blog.tsx#L5
Cannot find module '../components/layout' or its corresponding type declarations.
lint / lint (tsc): src/pages/blog.tsx#L6
Cannot find module '../components/post' or its corresponding type declarations.
lint / lint (tsc): src/pages/blog.tsx#L7
Cannot find module '../components/posts' or its corresponding type declarations.
lint / lint (tsc): src/pages/blog.tsx#L9
Cannot find module '../components/seo' or its corresponding type declarations.
lint / lint (tsc): src/pages/tils.tsx#L2
'Page' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.