Skip to content

Move empty state to plain css #1258

Move empty state to plain css

Move empty state to plain css #1258

Triggered via pull request September 19, 2024 12:35
Status Failure
Total duration 1m 4s
Artifacts

tests.yml

on: pull_request
Static Analysis
49s
Static Analysis
Unit tests
56s
Unit tests
Check for circular dependencies (Madge)
22s
Check for circular dependencies (Madge)
Playwright Integration Tests
0s
Playwright Integration Tests
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Static Analysis
@shopware-ag/meteor-component-library#build: command (/home/runner/work/meteor/meteor/packages/component-library) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (1)
Static Analysis
Type '{ headline: string; description: string; }' is not assignable to type 'VNodeProps & { __v_isVNode?: undefined; [Symbol.iterator]?: undefined; } & Record<string, any> & Partial<{}> & Omit<{ readonly description: string; readonly icon: string; ... 4 more ...; "onButton-click"?: ((...args: any[]) => any) | undefined; } & ... 4 more ... & { ...; }, never>'.
Static Analysis
Argument of type '{ headline: string; description: string; }' is not assignable to parameter of type 'Partial<{}> & Omit<{ readonly description: string; readonly icon: string; readonly headline: string; readonly linkHref?: string | undefined; readonly linkText?: string | undefined; readonly buttonText?: string | undefined; "onButton-click"?: ((...args: any[]) => any) | undefined; } & ... 4 more ... & { ...; }, never...'.
Static Analysis
Process completed with exit code 1.