Skip to content

minor fixes

minor fixes #1174

Triggered via push October 13, 2023 16:13
Status Failure
Total duration 1m 20s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

tests.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
tests: src/lib/components/coreuithemeprovider/CoreUiThemeProvider.tsx#L42
Type '{ space: string[]; fontSizes: { smaller: string; small: string; base: string; large: string; larger: string; huge: string; massive: string; }; colors: { statusHealthy: string; statusWarning: string; statusCritical: string; ... 16 more ...; textLink: string; }; ... 19 more ...; textLink: string; }' is not assignable to type 'DefaultTheme | ((theme: DefaultTheme) => DefaultTheme)'.
tests
Process completed with exit code 2.
tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/