Skip to content

Editorial Changes (xref for figures and Clauses mainly) #468

Editorial Changes (xref for figures and Clauses mainly)

Editorial Changes (xref for figures and Clauses mainly) #468

name: Check-schemas-and-examples
on:
push:
branches: [ master, main ]
tags: [ "**" ]
pull_request:
branches: [ "**" ]
jobs:
Check-schemas-and-examples:
runs-on: windows-latest
steps:
- uses: actions/checkout@master
- name: Install netcore 3.1 (needed for schema validation)
uses: actions/setup-dotnet@v3
with:
dotnet-version: '3.1.x'
- name: Install schema-validation
working-directory: schemas
run: powershell .\InstallSchemaValidation.ps1
- name: Validate example data
working-directory: schemas
run: powershell .\Validate.ps1