Skip to content

Merge pull request #785 from BioSchemas/ljgarcia-patch-1 #1053

Merge pull request #785 from BioSchemas/ljgarcia-patch-1

Merge pull request #785 from BioSchemas/ljgarcia-patch-1 #1053

name: validate-live-deploys
on: [push]
jobs:
json-schema-validation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- run: npm install -g ajv-cli
- run: npm install -g ajv-formats
- run: ajv -c ajv-formats -s _data/live_deployments_schema.json -d _data/live_deployments.json