Skip to content

Improve/besu network update #285

Improve/besu network update

Improve/besu network update #285

Triggered via pull request August 21, 2024 07:33
Status Failure
Total duration 45s
Artifacts

lint-and-compile.yml

on: pull_request
lint-and-compile
30s
lint-and-compile
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 4 warnings
lint-and-compile: src/eth/command/backup/export.ts#L13
More than 1 blank line not allowed
lint-and-compile: src/eth/command/cluster/apply.ts#L182
Newline required at end of file but not found
lint-and-compile: src/eth/command/cluster/delete.ts#L13
An empty interface is equivalent to `{}`
lint-and-compile: src/eth/command/cluster/delete.ts#L58
Newline required at end of file but not found
lint-and-compile: src/eth/command/cluster/generate.ts#L209
Newline required at end of file but not found
lint-and-compile: src/eth/command/explorer/create.ts#L62
Unexpected template string expression
lint-and-compile: src/eth/command/explorer/create.ts#L69
Unexpected template string expression
lint-and-compile: src/eth/command/explorer/delete.ts#L43
Newline required at end of file but not found
lint-and-compile: src/eth/config.ts#L88
Missing space before function parentheses
lint-and-compile
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint-and-compile: src/eth/command/cluster/delete.ts#L20
'argv' is defined but never used
lint-and-compile: src/eth/config.ts#L54
'getNetworkType' is assigned a value but never used
lint-and-compile: src/eth/config/networkConfigLoader.ts#L75
Don't use `String` as a type. Use string instead