Skip to content

add simplified pangeo to actual #98

add simplified pangeo to actual

add simplified pangeo to actual #98

name: Validate json files with dataset schema
on:
push:
branches-ignore: [ 'gh-pages' ]
jobs:
validate-json:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 4
- uses: walbo/[email protected]
name: schema validate dataset json
with:
files: metadata/Dataset/allgood/**/*.json
# optional, defaults to `$schema` in your JSON file
schema: schemas/GeoCodes-DatasetSchema.json
schema-version: draft-07
print-valid-files: true
strict: false # default is true