Feat: support auto-including dirs in binary/bench-work-dir (#1576) #1881
ci.yml
on: push
Check Rust Code Format
7s
Build and Test Rust Project
8m 26s
Lint Electron Desktop App
25s
bundle-desktop-unsigned
/
Bundle Desktop App on macOS
Annotations
10 warnings
Lint Electron Desktop App:
ui/desktop/src/App.tsx#L46
Unexpected any. Specify a different type
|
Lint Electron Desktop App:
ui/desktop/src/App.tsx#L64
Unexpected any. Specify a different type
|
Lint Electron Desktop App:
ui/desktop/src/App.tsx#L64
Unexpected any. Specify a different type
|
Lint Electron Desktop App:
ui/desktop/src/App.tsx#L77
Unexpected any. Specify a different type
|
Lint Electron Desktop App:
ui/desktop/src/App.tsx#L152
React Hook useEffect has missing dependencies: 'addRecentModel' and 'switchModel'. Either include them or remove the dependency array
|
Lint Electron Desktop App:
ui/desktop/src/App.tsx#L188
Unexpected any. Specify a different type
|
Lint Electron Desktop App:
ui/desktop/src/components/BottomMenu.tsx#L20
'recentModels' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Lint Electron Desktop App:
ui/desktop/src/components/ChatView.tsx#L14
'askAi' is defined but never used. Allowed unused vars must match /^_/u
|
Lint Electron Desktop App:
ui/desktop/src/components/ChatView.tsx#L26
'getTextContent' is defined but never used. Allowed unused vars must match /^_/u
|
Lint Electron Desktop App:
ui/desktop/src/components/ChatView.tsx#L43
Unexpected any. Specify a different type
|