Linter beschreibung geändert

This commit is contained in:
Simon Martens
2024-07-17 19:25:30 +02:00
parent 17bc2d4705
commit 7d30bc642a
2 changed files with 4 additions and 4 deletions

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

@@ -0,0 +1,28 @@
name: Custom XML Linter
on:
push:
paths:
- 'XML/**/*.xml'
pull_request:
paths:
- 'XML/**/*.xml'
jobs:
lint:
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