Skip to content

Feature/pratyush1718/bookmark component #68

Feature/pratyush1718/bookmark component

Feature/pratyush1718/bookmark component #68

Triggered via pull request March 12, 2024 05:00
Status Failure
Total duration 47s
Artifacts

lint-check.yml

on: pull_request
Backend lint and style check
13s
Backend lint and style check
Frontend lint and style check
38s
Frontend lint and style check
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 4 warnings
Frontend lint and style check: dfm-sideline-sidekick-app/components/bookmark.tsx#L18
Expected an assignment or function call and instead saw an expression
Frontend lint and style check: dfm-sideline-sidekick-app/components/bookmark.tsx#L20
Placing a void expression inside another expression is forbidden. Move it to its own statement instead
Frontend lint and style check: dfm-sideline-sidekick-app/components/bookmark.tsx#L24
Placing a void expression inside another expression is forbidden. Move it to its own statement instead
Frontend lint and style check: dfm-sideline-sidekick-app/components/bookmarkRoutes.js#L3
Require statement not part of import statement
Frontend lint and style check: dfm-sideline-sidekick-app/components/bookmarkRoutes.js#L8
Unsafe member access .includes on an `any` value
Backend lint and style check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Frontend lint and style check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Frontend lint and style check: dfm-sideline-sidekick-app/App.tsx#L4
There should be no empty line within import group
Frontend lint and style check: dfm-sideline-sidekick-app/download/connection/checkConnection.ts#L8
Caution: `NetInfo` also has a named export `fetch`. Check if you meant to write `import {fetch} from '@react-native-community/netinfo'` instead