add simplified pangeo to actual #142
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |