Skip to content

Add further BCO isotope product #65

Add further BCO isotope product

Add further BCO isotope product #65

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