Skip to content

extracted ipc handler registration to another module #23

extracted ipc handler registration to another module

extracted ipc handler registration to another module #23

Triggered via push May 8, 2024 01:16
Status Success
Total duration 42s
Artifacts

test.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
test (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (ubuntu-latest): scripts/seed.js#L2
'os' is assigned a value but never used. Allowed unused vars must match /^_/u
test (ubuntu-latest): src/main/lib/embed.ts#L1
Include a description after the "@ts-ignore" directive to explain why the @ts-ignore is necessary. The description must be 3 characters or longer
test (ubuntu-latest): src/main/lib/store/sqlite.ts#L2
'app' is defined but never used. Allowed unused vars must match /^_/u
test (ubuntu-latest): src/renderer/src/components/ChatBar.tsx#L1
'Textarea' is defined but never used. Allowed unused vars must match /^_/u
test (ubuntu-latest): src/renderer/src/components/ChatsSearchModal.tsx#L42
React Hook useEffect has a missing dependency: 'searchItems'. Either include it or remove the dependency array. You can also replace multiple useState variables with useReducer if 'setSearchResults' needs the current value of 'searchItems'
test (ubuntu-latest): src/renderer/src/components/SideBar.tsx#L29
'page' is defined but never used. Allowed unused args must match /^_/u
test (ubuntu-latest): src/renderer/src/components/theme-provider.tsx#L59
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
test (ubuntu-latest): src/renderer/src/components/ui/button.tsx#L45
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
test (ubuntu-latest): src/renderer/src/components/ui/command.tsx#L47
Unknown property 'cmdk-input-wrapper' found
test (ubuntu-latest): src/renderer/src/components/ui/form.tsx#L79
'error' is assigned a value but never used. Allowed unused vars must match /^_/u