Skip to content

changing github actions #1

changing github actions

changing github actions #1

Triggered via pull request December 19, 2023 10:34
Status Success
Total duration 33s
Artifacts

validate-pr.yml

on: pull_request
lint-eslint
23s
lint-eslint
lint-filename
12s
lint-filename
lint-prettier
17s
lint-prettier
lint-unused-exports
20s
lint-unused-exports
typecheck
20s
typecheck
test-unit
15s
test-unit
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint-eslint: src/app/components/mint-unmint/mint-unmint.tsx#L39
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#L70
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#L82
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#L300
Unexpected console statement