Skip to content

NMOP update with a newly adopted doc #208

NMOP update with a newly adopted doc

NMOP update with a newly adopted doc #208

Workflow file for this run

name: Validate
on:
push:
paths:
- mls.json
pull_request:
paths:
- mls.json
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
submodules: recursive
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install jsonschema
- name: Validate mls.json
run: |
jsonschema -i mls.json mls_schema.json