Skip to content

MS. Duke Humfrey c. 1: Rundle description #1085

MS. Duke Humfrey c. 1: Rundle description

MS. Duke Humfrey c. 1: Rundle description #1085

Workflow file for this run

name: Validate XML
on:
push:
paths:
- '**.xml'
pull_request:
paths:
- '**.xml'
jobs:
validate-xml:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
cache: 'pip'
- name: Install dependencies
run: pip install -r processing/requirements.txt
- name: Validate XML using Relax NG
run: python processing/validate.py