Skip to content

wip: bottom section site build #101

wip: bottom section site build

wip: bottom section site build #101

Triggered via push December 14, 2023 06:47
Status Failure
Total duration 35s
Artifacts

code-checks.yml

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

Annotations

1 error and 11 warnings
lint-commit
You have commit messages with errors ⧗ input: wip: bottom section site build ✖ type must be one of [build, chore, ci, docs, feat, fix, perf, refactor, revert, style, test] [type-enum] ✖ found 1 problems, 0 warnings ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
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/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#L282
Unexpected console statement
lint-eslint: src/app/hooks/use-ethereum.ts#L365
Unexpected console statement