Skip to content

v1.2.0 bump + Update Changelog #415

v1.2.0 bump + Update Changelog

v1.2.0 bump + Update Changelog #415

Triggered via pull request September 10, 2023 14:28
Status Success
Total duration 50s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint.yaml

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

Annotations

8 warnings
locale/template/translation.js#L1
'translation' is assigned a value but never used (@typescript-eslint/no-unused-vars)
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#L13
'LegacyMasterKey' is defined but never used (@typescript-eslint/no-unused-vars)
scripts/wallet.js#L609
'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/