From 7d594df146e5d42bf2c350a5cf8f002b38657fcb Mon Sep 17 00:00:00 2001 From: Sylwester Arabas Date: Sun, 12 Feb 2023 10:55:25 +0100 Subject: [PATCH] add zenodo.json parsin workflow (#366) --- .github/workflows/main.yml | 11 ++++++++++- .zenodo.json | 8 ++++---- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2414cde1..89959acc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -92,8 +92,17 @@ jobs: FOLDER: html/PyMPDATA CLEAN: true + zenodo_json: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: notiz-dev/github-action-json-property@release + with: + path: '.zenodo.json' + prop_path: 'creators' + build: - needs: [nojit_and_codecov, pylint, pdoc, precommit] + needs: [nojit_and_codecov, pylint, pdoc, precommit, zenodo_json] strategy: matrix: platform: [ubuntu-latest, macos-latest, windows-latest] diff --git a/.zenodo.json b/.zenodo.json index b18e6308..162fad42 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -26,7 +26,7 @@ }, { "affiliation": "Jagiellonian University, Kraków, Poland", - "name": "Manna, Maciej", + "name": "Manna, Maciej" }, { "affiliation": "Jagiellonian University, Kraków, Poland", @@ -35,10 +35,10 @@ }, { "affiliation": "Jagiellonian University, Kraków, Poland", - "name": "Manna, Maciej", + "name": "Manna, Maciej" }, { - "affiliation": "Jagiellonian University, Kraków, Poland" + "affiliation": "Jagiellonian University, Kraków, Poland", "name": "Rozwoda, Paweł" }, { @@ -50,7 +50,7 @@ "advection-diffusion", "MPDATA", "numerical solver", - "atmospheric physics", + "atmospheric physics" ], "license": "GPL-3.0-only", "upload_type": "software"