feat: remove temporarily address validation #865
code-checks.yml
on: push
lint-eslint
1m 54s
lint-filename
3m 52s
lint-prettier
1m 45s
lint-commit
14s
lint-unused-exports
1m 41s
typecheck
1m 22s
Annotations
11 errors and 15 warnings
lint-commit
You have commit messages with errors
⧗ input: wip: modify swap ui
✖ type must be one of [build, chore, ci, docs, feat, fix, perf, refactor, revert, style, test] [type-enum]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|
typecheck:
src/app/components/mint-unmint/components/burn-transaction-screen/burn-transaction-screen.tsx#L67
Argument of type 'BaseContract' is not assignable to parameter of type 'Contract'.
|
typecheck:
src/app/components/mint-unmint/components/setup-vault-screen/setup-vault-screen.tsx#L27
'getEthersSigner' is declared but its value is never read.
|
typecheck:
src/app/components/mint-unmint/components/setup-vault-screen/setup-vault-screen.tsx#L43
Argument of type 'BaseContract' is not assignable to parameter of type 'Contract'.
|
typecheck:
src/app/components/mint-unmint/components/setup-vault-screen/setup-vault-screen.tsx#L43
Expected 1 arguments, but got 0.
|
typecheck:
src/app/components/swap/components/swap-amount-card.tsx#L33
'amountInUSD' is declared but its value is never read.
|
typecheck:
src/app/components/swap/swap.tsx#L23
'setInputToken' is declared but its value is never read.
|
typecheck:
src/app/components/swap/swap.tsx#L25
'setInputAmount' is declared but its value is never read.
|
typecheck:
src/app/components/swap/swap.tsx#L27
'setOutputToken' is declared but its value is never read.
|
typecheck:
src/app/components/swap/swap.tsx#L29
'setOutputAmount' is declared but its value is never read.
|
typecheck:
src/app/functions/configuration.functions.ts#L1
'useMemo' is declared but its value is never read.
|
lint-commit
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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/
|
typecheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint-unused-exports
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint-prettier
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint-eslint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint-eslint:
src/app/components/mint-unmint/components/setup-vault-screen/setup-vault-screen.tsx#L27
'getEthersSigner' is assigned a value but never used
|
lint-eslint:
src/app/components/swap/components/swap-amount-card.tsx#L33
'amountInUSD' is defined but never used
|
lint-eslint:
src/app/components/swap/swap.tsx#L23
'setInputToken' is assigned a value but never used
|
lint-eslint:
src/app/components/swap/swap.tsx#L25
'setInputAmount' is assigned a value but never used
|
lint-eslint:
src/app/components/swap/swap.tsx#L27
'setOutputToken' is assigned a value but never used
|
lint-eslint:
src/app/components/swap/swap.tsx#L29
'setOutputAmount' is assigned a value but never used
|
lint-eslint:
src/app/functions/configuration.functions.ts#L1
'useMemo' is defined but never used
|
lint-eslint:
src/app/hooks/use-swap.ts#L50
'_bitcoinNetwork' is defined but never used
|
lint-filename
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|