Skip to content

add setup for EUREC4A-MIP #75

add setup for EUREC4A-MIP

add setup for EUREC4A-MIP #75

name: Validate JSON
on: [push, pull_request]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Validate JSON
uses: walbo/[email protected]
with:
files: .zenodo.json
schema: tests/json/legacyrecord.json
fail-on-missing-schema: true
strict: false