Skip to content

Use semantic Text component for component typography #12

Use semantic Text component for component typography

Use semantic Text component for component typography #12

Triggered via pull request March 18, 2024 14:49
Status Failure
Total duration 1m 51s
Artifacts

ci-lint.yml

on: pull_request
Lint & type check
1m 38s
Lint & type check
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Lint & type check
Property 'level' is missing in type '{ label: string; url: string; subNavigationItems: { url: string; disabled: false; label: string; }[]; }' but required in type 'ItemProps'.
Lint & type check
Property 'level' is missing in type '{ label: string; disabled: false; subNavigationItems: { url: string; disabled: false; label: string; }[]; }' but required in type 'ItemProps'.
Lint & type check
Property 'level' is missing in type '{ label: string; badge: string; }' but required in type 'ItemProps'.
Lint & type check
Property 'level' is missing in type '{ label: string; badge: Element; }' but required in type 'ItemProps'.
Lint & type check
Property 'level' is missing in type '{ label: string; badge: Element; new: true; }' but required in type 'ItemProps'.
Lint & type check
Property 'level' is missing in type '{ label: string; url: string; icon: FunctionComponent<SVGProps<SVGSVGElement>>; matchedItemIcon: FunctionComponent<SVGProps<SVGSVGElement>>; }' but required in type 'ItemProps'.
Lint & type check
Property 'level' is missing in type '{ label: string; url: string; icon: FunctionComponent<SVGProps<SVGSVGElement>>; matchedItemIcon: FunctionComponent<SVGProps<SVGSVGElement>>; subNavigationItems: { ...; }[]; }' but required in type 'ItemProps'.
Lint & type check
Property 'level' is missing in type '{ label: string; url: string; secondaryAction: { url: string; icon: FunctionComponent<SVGProps<SVGSVGElement>>; accessibilityLabel: string; }; }' but required in type 'ItemProps'.
Lint & type check
Property 'level' is missing in type '{ label: string; url: string; secondaryAction: { url: string; icon: FunctionComponent<SVGProps<SVGSVGElement>>; onClick: () => void; accessibilityLabel: string; }; }' but required in type 'ItemProps'.
Lint & type check
Property 'level' is missing in type '{ label: string; url: string; secondaryAction: { icon: FunctionComponent<SVGProps<SVGSVGElement>>; accessibilityLabel: string; }; }' but required in type 'ItemProps'.
Lint & type check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.