Skip to content

feat: manage multiple blink accounts in mobile app #6547

feat: manage multiple blink accounts in mobile app

feat: manage multiple blink accounts in mobile app #6547

Triggered via pull request July 29, 2024 06:56
Status Failure
Total duration 2m 35s
Artifacts

check-code.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
Check Code: app/screens/settings-screen/account/profile.tsx#L18
'PersistentState' is defined but never used. Allowed unused vars must match /^_/u
Check Code: app/screens/settings-screen/account/profile.tsx#L68
Unary operator '++' used
Check Code: app/screens/settings-screen/account/profile.tsx#L151
'navigation' is assigned a value but never used. Allowed unused vars must match /^_/u
Check Code: app/screens/settings-screen/account/profile.tsx#L157
'oldToken' is assigned a value but never used. Allowed unused vars must match /^_/u
Check Code
Process completed with exit code 2.
Check Code
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, 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/