Skip to content

Commit

Permalink
enable mainnet json validation
Browse files Browse the repository at this point in the history
  • Loading branch information
MakMuftic committed Mar 22, 2024
1 parent fba2fdd commit bc54c49
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/validate-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,13 @@ jobs:
with:
schema: /schema.json
jsons: /testnet/shared-config-test.json

validate-mainnet-json:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Validate JSON
uses: nhalstead/validate-json-action@0.1.3
with:
schema: /schema.json
jsons: /mainnet/shared-config-mainnet.json

0 comments on commit bc54c49

Please sign in to comment.