Enable annotating contributor roles #19
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |