Skip to content

Develop

Develop #2918

Triggered via pull request October 8, 2023 16:29
Status Success
Total duration 1m 35s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint.yml

on: pull_request
Matrix: run_linter
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
run_linter (14.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
run_linter (14.x): src/components/TodoItem/TodoItem.tsx#L43
React Hook useEffect has a missing dependency: 'todo.id'. Either include it or remove the dependency array. If 'setIsLoading' needs the current value of 'todo.id', you can also switch to useReducer instead of useState and read 'todo.id' in the reducer