Skip to content

Refactor and document testing (#84) #28

Refactor and document testing (#84)

Refactor and document testing (#84) #28

Workflow file for this run

name: JATS validation
on:
push:
paths:
- 'test/expected-paper.jats/paper.jats'
pull_request:
paths:
- 'test/expected-paper.jats/paper.jats'
jobs:
build:
name: Verify expected JATS
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install XML validator
run: |
sudo apt install libxml2-utils
- name: Test image
run: |
make validate-jats