Skip to content

feat: add storybook #4665

feat: add storybook

feat: add storybook #4665

Triggered via pull request February 9, 2026 12:10
Status Failure
Total duration 3m 4s
Artifacts

ci.yml

on: pull_request
πŸ”  Lint project
35s
πŸ”  Lint project
πŸ’ͺ Type check
57s
πŸ’ͺ Type check
πŸ§ͺ Unit tests
50s
πŸ§ͺ Unit tests
πŸ§ͺ Component tests
1m 41s
πŸ§ͺ Component tests
πŸ–₯️ Browser tests
2m 56s
πŸ–₯️ Browser tests
🧹 Unused code check
41s
🧹 Unused code check
🌐 i18n validation
30s
🌐 i18n validation
Matrix: β™Ώ Accessibility audit
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
🧹 Unused code check
Process completed with exit code 1.
πŸ’ͺ Type check
Process completed with exit code 2.
πŸ’ͺ Type check: nuxt.config.ts#L21
Object literal may only specify known properties, and 'colorMode' does not exist in type 'InputConfig<NuxtConfig, ConfigLayerMeta>'.
πŸ’ͺ Type check: app/pages/settings.vue#L85
Property 'preference' does not exist on type '"auto" | "light" | "dark"'.
πŸ’ͺ Type check: app/pages/settings.vue#L82
Property 'preference' does not exist on type '"auto" | "light" | "dark"'.
πŸ’ͺ Type check: app/components/OgImage/Package.stories.ts#L12
Type '{}' is not assignable to type 'Partial<{ key?: PropertyKey | undefined; readonly name: string; readonly version: string; class?: unknown; style?: unknown; readonly primaryColor?: string | undefined; ref?: VNodeRef | undefined; ... 7 more ...; onVnodeUnmounted?: VNodeMountHook | ... 1 more ... | undefined; }> & { ...; }'.
πŸ’ͺ Type check: app/app.vue#L31
Property 'preference' does not exist on type 'UseColorModeReturn<BasicColorMode>'.
πŸ’ͺ Type check: app/app.vue#L27
Element implicitly has an 'any' type because expression of type 'any' can't be used to index type '{ system: string; light: string; dark: string; }'.
πŸ§ͺ Unit tests
This action is being deprecated in favor of 'codecov-action'. Please update CI accordingly to use 'codecov-action@v5' with 'report_type: test_results'. The 'codecov-action' should and can be run at least once for coverage and once for test results