Skip to content

Update Allnodes

Update Allnodes #4938

Workflow file for this run

on: [pull_request, workflow_dispatch]
name: Validate JSON schema
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Validate profile.json schema
uses: walbo/[email protected]
with:
files: ./*/profile.json
schema: profile.schema.json
schema-version: draft-07
fail-on-missing-schema: true
- name: Validate chains.json schema
uses: walbo/[email protected]
with:
files: ./*/chains.json
schema: chains.schema.json
schema-version: draft-07
fail-on-missing-schema: true