Skip to content

Commit b6cb890

Browse files
authored
Test for minimal metadata
1 parent 065a811 commit b6cb890

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/gen_pdf.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ jobs:
88
steps:
99
- name: Checkout repository
1010
uses: actions/checkout@v4
11+
- name: biohackathon name given?
12+
run: |
13+
sed -n '/^---$/,/^---$/{//b;p}' paper/paper.md | grep biohackathon_name
14+
- name: biohackathon location given?
15+
run: |
16+
sed -n '/^---$/,/^---$/{//b;p}' paper/paper.md | grep biohackathon_location
17+
- name: biohackathon url given?
18+
run: |
19+
sed -n '/^---$/,/^---$/{//b;p}' paper/paper.md | grep biohackathon_url
20+
- name: Git repository given?
21+
run: |
22+
sed -n '/^---$/,/^---$/{//b;p}' paper/paper.md | grep git_url
1123
- uses: kohlerdominik/docker-run-action@v2.0.0
1224
with:
1325
image: ghcr.io/biohackrxiv/bhxiv-gen-pdf:master

0 commit comments

Comments
 (0)