feat: debug why making signed app is failing #1095
Triggered via pull request
February 6, 2025 19:23
Status
Failure
Total duration
1d 9h 56m 0s
Artifacts
–
ci.yml
on: pull_request
Check Rust Code Format
4s
Build and Test Rust Project
5m 51s
Lint Electron Desktop App
29s
bundle-desktop-unsigned
/
Bundle Desktop App on macOS
0s
Annotations
1 error and 10 warnings
bundle-desktop-unsigned / Bundle Desktop App on macOS
This request was automatically failed because there were no enabled runners online to process the request for more than 1 days.
|
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#L13
'WingToWing' is defined but never used. Allowed unused vars must match /^_/u
|
Lint Electron Desktop App:
ui/desktop/src/ChatWindow.tsx#L111
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#L119
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#L275
'currentModel' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Lint Electron Desktop App:
ui/desktop/src/ChatWindow.tsx#L314
'working' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Lint Electron Desktop App:
ui/desktop/src/ChatWindow.tsx#L315
'progressMessage' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Lint Electron Desktop App:
ui/desktop/src/ChatWindow.tsx#L316
'selectedProvider' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Lint Electron Desktop App:
ui/desktop/src/ChatWindow.tsx#L316
'setSelectedProvider' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Lint Electron Desktop App:
ui/desktop/src/ChatWindow.tsx#L320
'toggleMode' is assigned a value but never used. Allowed unused vars must match /^_/u
|