Create verweise.yml

This commit is contained in:
Simon Martens
2024-10-03 11:19:59 +02:00
committed by GitHub
parent 0be0fecc44
commit f5f55468bb

28
.github/workflows/verweise.yml vendored Normal file
View File

@@ -0,0 +1,28 @@
name: XML prüfen
on:
push:
paths:
- 'data/xml/**/*.xml'
pull_request:
paths:
- 'data/xml/**/*.xml'
jobs:
Verweise:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Python-Setup
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Abhängigkeiten installieren
run: |
python -m pip install --upgrade pip
pip install lxml
- name: Verweise prüfen
run: python Scripts/lint_verweise.py