Skip to content

feat: change text and add link to audit report #129

feat: change text and add link to audit report

feat: change text and add link to audit report #129

Triggered via push December 22, 2023 04:05
Status Success
Total duration 31s
Artifacts

code-checks.yml

on: push
lint-eslint
20s
lint-eslint
lint-filename
11s
lint-filename
lint-prettier
14s
lint-prettier
lint-commit
10s
lint-commit
lint-unused-exports
12s
lint-unused-exports
typecheck
20s
typecheck
test-unit
17s
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/lock-screen/lock-screen.tsx#L34
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/mint-unmint/mint-unmint.tsx#L28
React Hook useEffect has a missing dependency: 'address'. Either include it or remove the dependency array
lint-eslint: src/app/hooks/use-bitcoin.ts#L26
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#L30
Unexpected console statement
lint-eslint: src/app/hooks/use-confirmation-checker.ts#L42
Unexpected console statement
lint-eslint: src/app/hooks/use-confirmation-checker.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-confirmation-checker.ts#L59
React Hook useEffect has a missing dependency: 'fetchTransactionDetails'. Either include it or remove the dependency array
lint-eslint: src/app/hooks/use-endpoints.ts#L30
React Hook useEffect has a missing dependency: 'getEndpoints'. Either include it or remove the dependency array
lint-eslint: src/app/hooks/use-ethereum.ts#L71
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#L83
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