Skip to content

Commit

Permalink
add zenodo json check
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo authored Mar 24, 2024
1 parent 73583ac commit ea626c3
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/tests+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,15 @@ jobs:
FOLDER: html/PyMPDATA_MPI
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'

pylint:
runs-on: ubuntu-latest

Expand All @@ -77,7 +86,7 @@ jobs:
pylint --unsafe-load-any-extension=y --disable=fixme $(git ls-files '*.py')
tests:
needs: [pylint, pdoc, precommit]
needs: [zenodo_json, pylint, pdoc, precommit]
strategy:
matrix:
platform: [ubuntu-latest, macos-latest]
Expand Down

0 comments on commit ea626c3

Please sign in to comment.