Skip to content

Start investigating panel #97

Start investigating panel

Start investigating panel #97

Triggered via pull request November 6, 2024 17:07
Status Failure
Total duration 43s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 5 warnings
Lint: src/app/SidebarWithFlyout/SidebarWithFlyout.tsx#L42
'toggleFlyout' is assigned a value but never used
Lint
Process completed with exit code 1.
Lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Lint: src/app/BaseChatbot/BaseChatbot.tsx#L41
React Hook React.useEffect has a missing dependency: 'currentChatbot?.name'. Either include it or remove the dependency array
Lint: src/app/BaseChatbot/BaseChatbot.tsx#L49
React Hook React.useEffect has a missing dependency: 'currentChatbot?.name'. Either include it or remove the dependency array
Lint: src/app/Compare/Compare.tsx#L70
React Hook React.useEffect has missing dependencies: 'assistants', 'chatbots', and 'navigate'. Either include them or remove the dependency array
Lint: src/app/Compare/CompareChatbot.tsx#L98
React Hook React.useEffect has missing dependencies: 'handleSend' and 'input'. Either include them or remove the dependency array