feat: add storybook #4665
ci.yml
on: pull_request
π Lint project
35s
πͺ Type check
57s
π§ͺ Unit tests
50s
π§ͺ Component tests
1m 41s
π₯οΈ Browser tests
2m 56s
π§Ή Unused code check
41s
π i18n validation
30s
Matrix: βΏ Accessibility audit
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
|