Skip to content

add simplified pangeo to actual #142

add simplified pangeo to actual

add simplified pangeo to actual #142

name: Validate json files
# files need to have extension .json
on:
push:
branches-ignore: [ 'gh-pages' ]
jobs:
validate-json:
runs-on: ubuntu-latest
name: validate json
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 4
- name: Validate dataset json files
uses: RaaLabs/[email protected]
with:
directory: 'metadata/Dataset'
- name: Validate OtherResource json files
uses: RaaLabs/[email protected]
with:
directory: 'metadata/OtherResources'