Skip to content

feat: goose windows #992

feat: goose windows

feat: goose windows #992

Re-run triggered February 4, 2025 23:32
Status Success
Total duration 6m 55s
Artifacts 1

ci.yml

on: pull_request
Check Rust Code Format
12s
Check Rust Code Format
Build and Test Rust Project
6m 45s
Build and Test Rust Project
Lint Electron Desktop App
27s
Lint Electron Desktop App
bundle-desktop-unsigned  /  Bundle Desktop App on macOS
7m 4s
bundle-desktop-unsigned / Bundle Desktop App on macOS
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Lint Electron Desktop App: ui/desktop/src/App.tsx#L77
Unexpected any. Specify a different type
Lint Electron Desktop App: ui/desktop/src/ChatWindow.tsx#L3
'getSecretKey' is defined but never used. Allowed unused vars must match /^_/u
Lint Electron Desktop App: ui/desktop/src/ChatWindow.tsx#L13
'WingToWing' is defined but never used. Allowed unused vars must match /^_/u
Lint Electron Desktop App: ui/desktop/src/ChatWindow.tsx#L15
'Provider' is defined but never used. Allowed unused vars must match /^_/u
Lint Electron Desktop App: ui/desktop/src/ChatWindow.tsx#L46
'setSelectedChatId' is defined but never used. Allowed unused args must match /^_/u
Lint Electron Desktop App: ui/desktop/src/ChatWindow.tsx#L119
React Hook useEffect has missing dependencies: 'chats' and 'setChats'. Either include them or remove the dependency array. If 'setChats' changes too often, find the parent component that defines it and wrap that definition in useCallback
Lint Electron Desktop App: ui/desktop/src/ChatWindow.tsx#L127
React Hook useEffect has a missing dependency: 'append'. Either include it or remove the dependency array
Lint Electron Desktop App: ui/desktop/src/ChatWindow.tsx#L295
'setMode' is assigned a value but never used. Allowed unused vars must match /^_/u
Lint Electron Desktop App: ui/desktop/src/ChatWindow.tsx#L296
'working' is assigned a value but never used. Allowed unused vars must match /^_/u
Lint Electron Desktop App: ui/desktop/src/ChatWindow.tsx#L297
'progressMessage' is assigned a value but never used. Allowed unused vars must match /^_/u