Skip to content

feat: incremental proof of work computing fn #42

feat: incremental proof of work computing fn

feat: incremental proof of work computing fn #42

Triggered via pull request October 28, 2023 20:47
Status Failure
Total duration 30s
Artifacts

linux.yml

on: pull_request
x86_64-unknown-linux-gnu
22s
x86_64-unknown-linux-gnu
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
x86_64-unknown-linux-gnu: src/index.ts#L135
Expected indentation of 6 spaces but found 4
x86_64-unknown-linux-gnu: src/index.ts#L136
Expected indentation of 6 spaces but found 4
x86_64-unknown-linux-gnu: src/index.ts#L137
Expected indentation of 6 spaces but found 4
x86_64-unknown-linux-gnu: src/test.ts#L37
'last_nonce' is never reassigned. Use 'const' instead
x86_64-unknown-linux-gnu: src/test.ts#L38
'step' is never reassigned. Use 'const' instead
x86_64-unknown-linux-gnu: src/test.ts#L40
'n' is defined but never used
x86_64-unknown-linux-gnu
Process completed with exit code 1.
x86_64-unknown-linux-gnu
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@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/