Skip to content

Viewall

Viewall #86

Triggered via pull request April 17, 2024 21:44
Status Failure
Total duration 48s
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 3 warnings
Frontend lint and style check: dfm-sideline-sidekick-app/components/viewAll.tsx#L28
'emergency' is missing in props validation
Frontend lint and style check: dfm-sideline-sidekick-app/components/viewAll.tsx#L28
'navigation' is missing in props validation
Frontend lint and style check: dfm-sideline-sidekick-app/components/viewAll.tsx#L32
Unsafe member access .content on an `any` value
Frontend lint and style check: dfm-sideline-sidekick-app/components/viewAll.tsx#L32
'emergency.content' is missing in props validation
Frontend lint and style check: dfm-sideline-sidekick-app/components/viewAll.tsx#L33
Unsafe member access .navigate on an `any` value
Frontend lint and style check: dfm-sideline-sidekick-app/components/viewAll.tsx#L33
'navigation.navigate' is missing in props validation
Frontend lint and style check: dfm-sideline-sidekick-app/components/viewAll.tsx#L34
Unsafe member access .title on an `any` value
Frontend lint and style check: dfm-sideline-sidekick-app/components/viewAll.tsx#L34
'emergency.title' is missing in props validation
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/download/connection/checkConnection.ts#L7
Caution: `NetInfo` also has a named export `fetch`. Check if you meant to write `import {fetch} from '@react-native-community/netinfo'` instead