Skip to content

Pasar a Develop

Pasar a Develop #498

Triggered via pull request August 6, 2024 15:30
Status Failure
Total duration 35s
Artifacts

develop.yml

on: pull_request
build-and-test
21s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 3 warnings
build-and-test: src/pages/Auth/index.tsx#L53
React Hook "useEffect" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
build-and-test
Process completed with exit code 1.
build-and-test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-and-test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, 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/
build-and-test: src/pages/Auth/index.tsx#L73
React Hook useEffect has missing dependencies: 'sendRequest', 'setState', and 'updateUserContext'. Either include them or remove the dependency array