Skip to content

add play

add play #56

Workflow file for this run

name: Validate TEI documents
on:
workflow_dispatch:
pull_request:
push:
paths:
- "tei/*.xml"
jobs:
validate_tei:
runs-on: ubuntu-latest
name: Validate against TEI_all 4.4.0
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Validate
uses: dracor-org/[email protected]