Skip to content

Update README.md

Update README.md #17

Triggered via push July 23, 2023 05:48
Status Success
Total duration 1m 25s
Artifacts

eslint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
eslint-check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
eslint-check: src/components/auto-textarea/PromptList.tsx#L72
React Hook useEffect has missing dependencies: 'changeIndex', 'data', 'onChangeNextTab', and 'onClickItem'. Either include them or remove the dependency array
eslint-check: src/components/auto-textarea/index.tsx#L121
React Hook useCallback has missing dependencies: 'getLastQuestion' and 'getNextQuestion'. Either include them or remove the dependency array
eslint-check: src/components/chat/Chat.tsx#L51
React Hook useCallback has a missing dependency: 'userReverseQuestion'. Either include it or remove the dependency array
eslint-check: src/components/chat/Chat.tsx#L64
React Hook useCallback has a missing dependency: 'userReverseQuestion'. Either include it or remove the dependency array