refactor: more swap qa changes #9257
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
code-checks.yml
on: push
lint-prettier
2m 55s
lint-eslint
3m 20s
lint-filename
2m 50s
lint-commit
28s
lint-deps
3m 25s
lint-message-schema
2m 48s
lint-unused-exports
2m 43s
lint-firefox-build
4m 57s
locked-versions
3m 26s
audit
2m 42s
typecheck
4m 32s
test-unit
3m 12s
test-build
3m 21s
Annotations
12 warnings
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/
|
lint-eslint:
src/app/common/hooks/use-transferable-asset-balances.hooks.ts#L15
'useCurrentAccountNativeSegwitAddressIndexZero' is deprecated. Use signer.address instead
|
lint-eslint:
src/app/common/signature/requests.ts#L30
This assertion is unnecessary since it does not change the type of the expression
|
lint-eslint:
src/app/common/transactions/stacks/is-sip-10-transfer.ts#L5
This assertion is unnecessary since it does not change the type of the expression
|
lint-eslint:
src/app/common/utils/use-waiting-message.ts#L9
This assertion is unnecessary since it does not change the type of the expression
|
lint-eslint:
src/app/components/bitcoin-custom-fee/bitcoin-custom-fee.tsx#L104
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint-eslint:
src/app/components/bitcoin-transaction-item/bitcoin-transaction-item.tsx#L54
'useCurrentAccountNativeSegwitAddressIndexZero' is deprecated. Use signer.address instead
|
lint-eslint:
src/app/components/crypto-assets/bitcoin/brc20-token-asset-list/brc20-token-asset-list.tsx#L16
'useCurrentAccountNativeSegwitAddressIndexZero' is deprecated. Use signer.address instead
|
lint-eslint:
src/app/components/fees-row/components/custom-fee-field.tsx#L59
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint-eslint:
src/app/components/fees-row/fees-row.tsx#L53
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint-eslint:
src/app/components/fees-row/fees-row.tsx#L59
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
lint-deps
Attempt 1 failed. Reason: Child_process exited with error code 1
|