Dynamic medical emergency page #29
lint-check.yml
on: pull_request
Backend lint and style check
14s
Frontend lint and style check
40s
Annotations
4 errors and 2 warnings
Frontend lint and style check:
dfm-sideline-sidekick-app/ConditionsSection.tsx#L10
'getEmergency' is defined but never used. Allowed unused vars must match /^_/u
|
Frontend lint and style check:
dfm-sideline-sidekick-app/HomeScreen.tsx#L2
'React' is defined but never used. Allowed unused vars must match /^_/u
|
Frontend lint and style check:
dfm-sideline-sidekick-app/HomeScreen.tsx#L34
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Frontend lint and style check
Process completed with exit code 1.
|
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/.
|