Skip to content

Merge pull request #2 from ProofOfInnocence/ekrem/output-nullifiers #5

Merge pull request #2 from ProofOfInnocence/ekrem/output-nullifiers

Merge pull request #2 from ProofOfInnocence/ekrem/output-nullifiers #5

Triggered via push February 5, 2024 13:56
Status Failure
Total duration 2m 14s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
build: membership-proof/wasm-nova/file.js#L2
Expected indentation of 2 spaces but found 4
build: membership-proof/wasm-nova/file.js#L2
Delete `··`
build: membership-proof/wasm-nova/file.js#L3
Expected indentation of 2 spaces but found 4
build: membership-proof/wasm-nova/file.js#L3
Replace `··console.log("from·js·x,·");` with `console.log('from·js·x,·')`
build: membership-proof/wasm-nova/file.js#L3
Strings must use singlequote
build: membership-proof/wasm-nova/file.js#L3
Extra semicolon
build: membership-proof/wasm-nova/file.js#L4
Replace `····console.log(path);` with `··console.log(path)`
build: membership-proof/wasm-nova/file.js#L4
Expected indentation of 2 spaces but found 4
build: membership-proof/wasm-nova/file.js#L4
Extra semicolon
build: membership-proof/wasm-nova/file.js#L5
Replace `····return·(await·fetch(path)).text();` with `··return·(await·fetch(path)).text()`
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/