Skip to content

Commit fa2114e

Browse files
committed
Add step in check job to verify networks.json validity
1 parent 9ff15b7 commit fa2114e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,10 @@ jobs:
257257
base-ref: ${{ github.event.pull_request.base.sha || 'main' }}
258258
head-ref: ${{ github.event.pull_request.head.sha || github.ref }}
259259

260+
- name: Check networks.json validity
261+
if: success() || failure()
262+
run: jq . networks.json
263+
260264
e2e:
261265
runs-on: ubuntu-22.04
262266
needs: [ build-ubuntu-X64 ]

0 commit comments

Comments
 (0)