Skip to content

Merge pull request #19 from Duddino/netlify #53

Merge pull request #19 from Duddino/netlify

Merge pull request #19 from Duddino/netlify #53

Triggered via push September 25, 2023 17:32
Status Success
Total duration 45s
Artifacts

lint.yaml

on: push
Run linters
34s
Run linters
Fit to window
Zoom out
Zoom in

Annotations

1 error and 9 warnings
.github/workflows/deploy.yml#L1
There are issues with this file's formatting, please run Prettier to fix the errors
scripts/accounts.js#L1
'Contact' is defined but never used (@typescript-eslint/no-unused-vars)
scripts/contacts-book.js#L2
'Account' is defined 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#L225
'publicKey' is defined but never used. Allowed unused args must match /^_/u (@typescript-eslint/no-unused-vars)
scripts/global.js#L12
'LegacyMasterKey' is defined but never used (@typescript-eslint/no-unused-vars)
scripts/global.js#L13
'HistoricalTxType' is defined but never used (@typescript-eslint/no-unused-vars)
scripts/i18n.js#L1
'translation_template' is defined but never used (@typescript-eslint/no-unused-vars)
scripts/wallet.js#L276
'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/