Skip to content

Commit ba9768b

Browse files
Add test for .zenodo format
Following Imageomics/pybioclip#75 Co-authored-by: John Bradley <[email protected]>
1 parent 22b759c commit ba9768b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Check zenodo metadata
2+
3+
on: [push]
4+
5+
jobs:
6+
check-zenodo-metadata:
7+
8+
runs-on: ubuntu-latest
9+
10+
steps:
11+
- uses: actions/checkout@v4
12+
- uses: actions/setup-node@v4
13+
with:
14+
node-version: '22'
15+
- name: Install dependencies
16+
run: npm install [email protected]
17+
- name: Check .zenodo.json file
18+
run: |
19+
npx zenodraft metadata validate .zenodo.json

0 commit comments

Comments
 (0)