Skip to content

First pass at compare #88

First pass at compare

First pass at compare #88

Triggered via pull request November 1, 2024 18:03
Status Success
Total duration 41s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
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#L39
React Hook React.useEffect has a missing dependency: 'currentChatbot?.name'. Either include it or remove the dependency array
Lint: src/app/BaseChatbot/BaseChatbot.tsx#L47
React Hook React.useEffect has a missing dependency: 'currentChatbot?.name'. Either include it or remove the dependency array
Lint: src/app/Compare/Compare.tsx#L64
React Hook React.useEffect has missing dependencies: 'assistants' and 'chatbots'. Either include them or remove the dependency array
Lint: src/app/Compare/CompareChatbot.tsx#L80
React Hook React.useEffect has a missing dependency: 'handleSend'. Either include it or remove the dependency array