Skip to content

fix: removed .env

fix: removed .env #27

Triggered via push November 24, 2023 09:00
Status Failure
Total duration 33s
Artifacts

code-checks.yml

on: push
lint-eslint
23s
lint-eslint
lint-filename
19s
lint-filename
lint-prettier
9s
lint-prettier
lint-commit
11s
lint-commit
lint-unused-exports
21s
lint-unused-exports
typecheck
15s
typecheck
test-unit
17s
test-unit
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
lint-prettier
Process completed with exit code 1.
typecheck: src/app/providers/blockchain-context-provider.tsx#L24
Expected 1 arguments, but got 2.
typecheck
Process completed with exit code 2.
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/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#L23
Unexpected console statement
lint-eslint: src/app/hooks/use-bitcoin.ts#L46
Unexpected console statement
lint-eslint: src/app/hooks/use-bitcoin.ts#L48
Unexpected console statement
lint-eslint: src/app/hooks/use-bitcoin.ts#L78
Unexpected console statement
lint-eslint: src/app/hooks/use-ethereum.ts#L60
Unexpected console statement
lint-eslint: src/app/hooks/use-ethereum.ts#L64
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#L182
Unexpected console statement
lint-eslint: src/app/hooks/use-ethereum.ts#L217
The 'getLockedBTCBalance' function makes the dependencies of useEffect Hook (at line 65) change on every render. Move it inside the useEffect callback. Alternatively, wrap the definition of 'getLockedBTCBalance' in its own useCallback() Hook