Skip to content

New 'wallet load create' page #208

New 'wallet load create' page

New 'wallet load create' page #208

Triggered via pull request July 13, 2023 13:38
Status Success
Total duration 46s
Artifacts

lint.yaml

on: pull_request
Run linters
36s
Run linters
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 6 warnings
scripts/global.js#L1
There are issues with this file's formatting, please run Prettier to fix the errors
scripts/global.js#L2726
'walletLanding' is not defined (no-undef)
locale/template/translation.js#L1
'translation' is assigned a value but never used (@typescript-eslint/no-unused-vars)
scripts/database.js#L1
'IDBPDatabase' is defined but never used (@typescript-eslint/no-unused-vars)
scripts/database.js#L103
'publicKey' is defined but never used. Allowed unused args must match /^_/u (@typescript-eslint/no-unused-vars)
scripts/global.js#L13
'LegacyMasterKey' is defined but never used (@typescript-eslint/no-unused-vars)
scripts/wallet.js#L587
'fSavePublicKey' is assigned a value but never used (@typescript-eslint/no-unused-vars)
Run linters
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/