This repository has been archived by the owner on Feb 4, 2025. It is now read-only.
Fixed linting errors #389
Annotations
3 errors and 4 warnings
Test:
src/renderer/windows/settings/modules/appearance/appearance.tsx#L1
Type '(theme: ThemeShape['theme']) => RendererStore<State>' is not assignable to type '(value: string, event: Event) => void'.
|
Test:
src/renderer/windows/settings/modules/appearance/appearance.tsx#L1
The type 'readonly [{ readonly value: "dark"; readonly label: "dark"; }, { readonly value: "light"; readonly label: "light"; }, { readonly value: "system"; readonly label: "system"; }]' is 'readonly' and cannot be assigned to the mutable type 'SelectOption<string>[]'.
|
Test
Process completed with exit code 2.
|
Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/[email protected], actions/[email protected], actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/[email protected], actions/[email protected], actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Test
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|