Skip to content

Merge pull request #12 from DLC-link/feat/updated-vault-handling #44

Merge pull request #12 from DLC-link/feat/updated-vault-handling

Merge pull request #12 from DLC-link/feat/updated-vault-handling #44

Triggered via push November 27, 2023 16:49
Status Success
Total duration 1m 2s
Artifacts

code-checks.yml

on: push
lint-eslint
54s
lint-eslint
lint-filename
45s
lint-filename
lint-prettier
46s
lint-prettier
lint-commit
10s
lint-commit
lint-unused-exports
46s
lint-unused-exports
typecheck
53s
typecheck
test-unit
47s
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/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
lint-eslint: src/app/hooks/use-endpoints.ts#L34
React Hook useEffect has a missing dependency: 'getEndpoints'. Either include it or remove the dependency array
lint-eslint: src/app/hooks/use-ethereum.ts#L54
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-ethereum.ts#L61
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-ethereum.ts#L77
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-ethereum.ts#L201
Unexpected console statement