Skip to content

Add sample questions field and a11y improvements #151

Add sample questions field and a11y improvements

Add sample questions field and a11y improvements #151

Triggered via pull request December 5, 2024 21:03
Status Success
Total duration 42s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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#L54
React Hook React.useEffect has a missing dependency: 'currentChatbot?.name'. Either include it or remove the dependency array
Lint: src/app/BaseChatbot/BaseChatbot.tsx#L58
React Hook React.useEffect has a missing dependency: 'setChatbots'. Either include it or remove the dependency array
Lint: src/app/BaseChatbot/BaseChatbot.tsx#L62
React Hook React.useEffect has a missing dependency: 'setChatbots'. Either include it or remove the dependency array
Lint: src/app/BaseChatbot/BaseChatbot.tsx#L76
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#L47
React Hook React.useEffect has a missing dependency: 'setChatbots'. Either include it or remove the dependency array
Lint: src/app/Compare/CompareLayout.tsx#L84
React Hook React.useEffect has missing dependencies: 'assistants', 'chatbots', 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#L102
React Hook React.useEffect has a missing dependency: 'loadAssistants'. Either include it or remove the dependency array