Skip to content

added redux logic

added redux logic #49

Triggered via pull request June 26, 2024 13:44
Status Failure
Total duration 32s
Artifacts

awesome-linter.yml

on: pull_request
Lint CSS
20s
Lint CSS
Lint TS
21s
Lint TS
Validate branch name
3s
Validate branch name
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 8 warnings
Validate branch name
Your branch name is not allowed
Lint CSS
Process completed with exit code 2.
Lint TS: src/App.tsx#L1
Run autofix to sort these imports!
Lint TS: src/App.tsx#L8
'useEffect' is defined but never used
Lint TS: src/App.tsx#L13
Insert `·`
Lint TS: src/App.tsx#L14
Insert `·`
Lint TS: src/components/Header.tsx#L1
Run autofix to sort these imports!
Lint TS: src/components/Header.tsx#L5
Insert `(⏎········`
Lint TS: src/components/Header.tsx#L6
Replace `········<NavLink··className={({·isActive·})·=>·isActive·?·styles.active·:·""}·to={'/'}·>Home` with `············<NavLink·className={({·isActive·})·=>·(isActive·?·styles.active·:·'')}·to={'/'}>⏎················Home⏎············`
Lint TS: src/components/Header.tsx#L7
Replace `<Link··to={'/users'}·` with `····<Link·to={'/users'}`
Lint TS: src/components/Header.tsx#L8
Replace `····</nav>` with `········</nav>⏎····);`
Lint TS: src/components/Header.tsx#L8
Missing semicolon
Validate branch name
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, lekterable/branchlint-action@v1.0.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Validate branch name
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, lekterable/branchlint-action@v1.0.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Lint CSS
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Lint CSS
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/
Lint TS
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Lint TS
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/
Lint TS: src/components/pages/User.tsx#L15
React Hook useEffect has missing dependencies: 'dispatch' and 'id'. Either include them or remove the dependency array
Lint TS: src/components/pages/Users.tsx#L14
React Hook useEffect has missing dependencies: 'dispatch' and 'usersList'. Either include them or remove the dependency array