mirror of
https://github.com/Theodor-Springmann-Stiftung/KGPZ.git
synced 2025-10-29 00:55:31 +00:00
BUGFIX: Annotations
This commit is contained in:
12
.github/workflows/XML_lint.yml
vendored
12
.github/workflows/XML_lint.yml
vendored
@@ -25,18 +25,12 @@ jobs:
|
||||
pip install lxml
|
||||
|
||||
- name: XSD-Schema-Validierung
|
||||
run: python Scripts/lint_validation.py | tee validation_output.txt
|
||||
continue-on-error: true
|
||||
run: python Scripts/lint_validation.py
|
||||
|
||||
- name: GitHub-Anmerkungen für XSD-Validierung erstellen
|
||||
run: cat validation_output.txt | python Scripts/annotations_validation.py
|
||||
if: failure()
|
||||
run: python Scripts/annotations_validation.py
|
||||
|
||||
- name: Prüfe auf Validierungsfehler
|
||||
run: |
|
||||
if grep -q "Validierung fehlgeschlagen" validation_output.txt; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Verweise:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user