Skip to content

Commit

Permalink
Add test for .zenodo format
Browse files Browse the repository at this point in the history
Following Imageomics/pybioclip#75

Co-authored-by: John Bradley <[email protected]>
  • Loading branch information
egrace479 and johnbradley authored Feb 11, 2025
1 parent 22b759c commit ba9768b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/validate-zenodo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Check zenodo metadata

on: [push]

jobs:
check-zenodo-metadata:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
- name: Install dependencies
run: npm install [email protected]
- name: Check .zenodo.json file
run: |
npx zenodraft metadata validate .zenodo.json

0 comments on commit ba9768b

Please sign in to comment.