Skip to content

DevOps

DevOps #1

Triggered via pull request September 1, 2023 12:37
@guilyxguilyx
synchronize #37
github-actions
Status Failure
Total duration 24s
Billable time 1m
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
build: src/common/common.ts#L42
Unnecessary semicolon
build: src/components/BalanceCard.tsx#L33
Unnecessary semicolon
build: src/services/explorers/base.ts#L36
Unexpected constant condition
build: src/services/explorers/standard_explorer.ts#L146
Unexpected constant condition
build: src/services/explorers/standard_explorer.ts#L178
Unexpected constant condition
build: src/services/explorers/standard_explorer.ts#L186
'ctx' is never reassigned. Use 'const' instead
build: src/services/explorers/standard_explorer.ts#L219
Unexpected constant condition
build: src/services/explorers/standard_explorer.ts#L227
'tx' is never reassigned. Use 'const' instead
build: src/services/explorers/standard_explorer.ts#L248
Unexpected constant condition
build: src/services/explorers/standard_explorer.ts#L256
'ctx' is never reassigned. Use 'const' instead
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: src/components/AirdropCard.tsx#L26
'completedTasksCount' is assigned a value but never used
build: src/components/InteractionsCard.tsx#L6
Unexpected any. Specify a different type
build: src/components/SupportCard.tsx#L12
'data' is assigned a value but never used
build: src/components/SupportCard.tsx#L12
'setData' is assigned a value but never used
build: src/components/SupportCard.tsx#L12
Unexpected any. Specify a different type
build: src/pages/AddressPage.tsx#L30
'addressFetchTimestamps' is assigned a value but never used
build: src/pages/AddressPage.tsx#L67
React Hook useEffect has a missing dependency: 'fetchAddressInformations'. Either include it or remove the dependency array
build: src/services/explorers/base.ts#L11
Unexpected any. Specify a different type
build: src/services/explorers/explorer.ts#L93
'tx' is defined but never used
build: src/services/explorers/explorer.ts#L123
Forbidden non-null assertion