Skip to content

Merge pull request #8 from DLC-link/feat/confirmation-checker #38

Merge pull request #8 from DLC-link/feat/confirmation-checker

Merge pull request #8 from DLC-link/feat/confirmation-checker #38

Triggered via push November 24, 2023 16:16
Status Success
Total duration 28s
Artifacts

code-checks.yml

on: push
lint-eslint
20s
lint-eslint
lint-filename
12s
lint-filename
lint-prettier
13s
lint-prettier
lint-commit
10s
lint-commit
lint-unused-exports
15s
lint-unused-exports
typecheck
17s
typecheck
test-unit
12s
test-unit
Fit to window
Zoom out
Zoom in

Annotations

11 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/components/mint-unmint/components/transaction-summary/transaction-summary.tsx#L62
React Hook useEffect has a missing dependency: 'getVault'. Either include it or remove the dependency array
lint-eslint: src/app/components/my-vaults-small/my-vaults-small.tsx#L37
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/my-vaults-small/my-vaults-small.tsx#L38
React Hook useEffect has a missing dependency: 'ethereum'. Either include it or remove the dependency array
lint-eslint: src/app/hooks/use-bitcoin.ts#L19
Unexpected console statement
lint-eslint: src/app/hooks/use-bitcoin.ts#L42
Unexpected console statement
lint-eslint: src/app/hooks/use-bitcoin.ts#L51
Unexpected console statement
lint-eslint: src/app/hooks/use-confirmation-checker.ts#L37
Unexpected console statement
lint-eslint: src/app/hooks/use-confirmation-checker.ts#L50
Unexpected console statement
lint-eslint: src/app/hooks/use-confirmation-checker.ts#L63
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/hooks/use-confirmation-checker.ts#L71
React Hook useEffect has a missing dependency: 'fetchTransactionDetails'. Either include it or remove the dependency array