mirror of
https://github.com/Theodor-Springmann-Stiftung/KGPZ.git
synced 2025-10-29 09:05:30 +00:00
Update XML_lint.yml
This commit is contained in:
17
.github/workflows/XML_lint.yml
vendored
17
.github/workflows/XML_lint.yml
vendored
@@ -9,7 +9,7 @@ on:
|
|||||||
- 'XML/**/*.xml'
|
- 'XML/**/*.xml'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Verweise:
|
XSD-Schema:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@@ -27,5 +27,20 @@ jobs:
|
|||||||
- name: XSD-Schema-Validierung
|
- name: XSD-Schema-Validierung
|
||||||
run: python Scripts/lint_validation.py
|
run: python Scripts/lint_validation.py
|
||||||
|
|
||||||
|
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
|
- name: Verweise prüfen
|
||||||
run: python Scripts/lint_verweise.py
|
run: python Scripts/lint_verweise.py
|
||||||
|
|||||||
Reference in New Issue
Block a user