Skip to content

Add file sidebar

Add file sidebar #160

Triggered via pull request December 13, 2024 17:00
Status Failure
Total duration 47s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 7 warnings
Lint: src/app/SidebarWithFlyout/SidebarWithFlyout.tsx#L20
'files' is assigned a value but never used
Lint
Process completed with exit code 1.
Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Lint: src/app/BaseChatbot/BaseChatbot.tsx#L50
React Hook React.useEffect has a missing dependency: 'currentChatbot?.name'. Either include it or remove the dependency array
Lint: src/app/BaseChatbot/BaseChatbot.tsx#L70
React Hook React.useEffect has a missing dependency: 'currentChatbot?.name'. Either include it or remove the dependency array
Lint: src/app/Compare/CompareChild.tsx#L115
React Hook React.useEffect has missing dependencies: 'handleSend' and 'input'. Either include them or remove the dependency array
Lint: src/app/Compare/CompareLayout.tsx#L87
React Hook React.useEffect has missing dependencies: 'allChatbots', 'assistants', and 'navigate'. Either include them or remove the dependency array
Lint: src/app/FlyoutForm/FlyoutForm.tsx#L139
React Hook React.useEffect has a missing dependency: 'loadData'. Either include it or remove the dependency array
Lint: src/app/FlyoutList/FlyoutList.tsx#L123
React Hook React.useEffect has missing dependencies: 'loadAssistants' and 'typeWordPlural'. Either include them or remove the dependency array