Skip to content

feat: add address selection cli function #14

feat: add address selection cli function

feat: add address selection cli function #14

Triggered via push May 8, 2024 16:09
Status Failure
Total duration 1m 34s
Billable time 6m
Artifacts

code-checks.yml

on: push
lint-eslint
12s
lint-eslint
lint-prettier
11s
lint-prettier
lint-unused-exports
8s
lint-unused-exports
typecheck
21s
typecheck
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 8 warnings
lint-unused-exports
Process completed with exit code 1.
lint-prettier
Process completed with exit code 2.
lint-eslint: src/bitcoin-functions.ts#L23
Unexpected any. Specify a different type
lint-eslint: src/bitgo-functions.ts#L11
'findBitGoAddress' is defined but never used
lint-eslint: src/bitgo-functions.ts#L19
'createTaprootAddress' is defined but never used
lint-eslint: src/bitgo-functions.ts#L31
'createNativeSegwitAddress' is defined but never used
lint-eslint: src/bitgo-functions.ts#L43
'createMultisigWallet' is defined but never used
lint-eslint: src/bitgo-functions.ts#L86
'bitcoinNetwork' is assigned a value but never used
lint-eslint: src/bitgo-functions.ts#L92
'attestorGroupXPublicKey' is assigned a value but never used
lint-eslint: src/bitgo-functions.ts#L106
'getBitGoDetails' is defined but never used
lint-eslint: src/ledger-functions.ts#L12
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
lint-eslint: src/ledger_test.ts#L17
'getLedgerAddressesWithBalances' is defined but never used
lint-commit
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
Unexpected input(s) 'node-version', valid inputs are ['']
build
Unexpected input(s) 'node-version', valid inputs are ['']
lint-unused-exports
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint-prettier
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint-eslint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
typecheck
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.