Skip to content

fix: add XDC Apothem network in config create #71

fix: add XDC Apothem network in config create

fix: add XDC Apothem network in config create #71

Triggered via pull request July 28, 2023 05:36
Status Failure
Total duration 1m 37s
Artifacts

pull_requests.yml

on: pull_request
Tests  /  Run Tests
1m 27s
Tests / Run Tests
Tests  /  Test Build
39s
Tests / Test Build
Tests  /  Benchmark Wrap Functionality
27s
Tests / Benchmark Wrap Functionality
Linters  /  Code Lint
54s
Linters / Code Lint
Linters  /  Commit Lint
1m 5s
Linters / Commit Lint
ESLint Review
1m 9s
ESLint Review
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
Linters / Code Lint: src/commands/config/create.ts#L63
Replace `TestNetwork.Local,·TestNetwork.Goerli,·TestNetwork.Sepolia,·TestNetwork.Mumbai,TestNetwork.XDCApothem` with `⏎······TestNetwork.Local,⏎······TestNetwork.Goerli,⏎······TestNetwork.Sepolia,⏎······TestNetwork.Mumbai,⏎······TestNetwork.XDCApothem,⏎····`
Linters / Code Lint
Process completed with exit code 1.
ESLint Review: src/commands/config/config.type.ts#L17
[eslint] reported by reviewdog 🐶 Delete `⏎` Raw Output: {"ruleId":"prettier/prettier","severity":2,"message":"Delete `⏎`","line":17,"column":1,"nodeType":null,"messageId":"delete","endLine":18,"endColumn":1,"fix":{"range":[398,399],"text":""}}
ESLint Review: src/commands/config/create.ts#L63
[eslint] reported by reviewdog 🐶 Replace `TestNetwork.Local,·TestNetwork.Goerli,·TestNetwork.Sepolia,·TestNetwork.Mumbai,TestNetwork.XDCApothem` with `⏎······TestNetwork.Local,⏎······TestNetwork.Goerli,⏎······TestNetwork.Sepolia,⏎······TestNetwork.Mumbai,⏎······TestNetwork.XDCApothem,⏎····` Raw Output: {"ruleId":"prettier/prettier","severity":2,"message":"Replace `TestNetwork.Local,·TestNetwork.Goerli,·TestNetwork.Sepolia,·TestNetwork.Mumbai,TestNetwork.XDCApothem` with `⏎······TestNetwork.Local,⏎······TestNetwork.Goerli,⏎······TestNetwork.Sepolia,⏎······TestNetwork.Mumbai,⏎······TestNetwork.XDCApothem,⏎····`","line":63,"column":23,"nodeType":null,"messageId":"replace","endLine":63,"endColumn":124,"fix":{"range":[1982,2083],"text":"\n TestNetwork.Local,\n TestNetwork.Goerli,\n TestNetwork.Sepolia,\n TestNetwork.Mumbai,\n TestNetwork.XDCApothem,\n "}}
ESLint Review: src/commands/config/create.ts#L87
[eslint] reported by reviewdog 🐶 Delete `⏎` Raw Output: {"ruleId":"prettier/prettier","severity":2,"message":"Delete `⏎`","line":87,"column":57,"nodeType":null,"messageId":"delete","endLine":88,"endColumn":1,"fix":{"range":[2883,2884],"text":""}}
Linters / Commit Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: JulienKode/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/