Skip to content

Merge pull request #468 from freemansw1/fix_typing_error #466

Merge pull request #468 from freemansw1/fix_typing_error

Merge pull request #468 from freemansw1/fix_typing_error #466

Workflow file for this run

name: Check Zenodo JSON Formatting
on: [push, pull_request]
jobs:
check-json-formatting:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -el {0}
steps:
- name: check out repository code
uses: actions/checkout@v4
- name: set up conda environment
uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: 'pip' # caching pip dependencies
- name: Install check-jsonschema
run: |
pip install check-jsonschema
- name: Check zenodo JSON formatting
run: |
check-jsonschema --schemafile https://zenodraft.github.io/metadata-schema-zenodo/latest/schema.json .zenodo.json