diff --git a/.github/workflows/verweise.yml b/.github/workflows/verweise.yml deleted file mode 100644 index 66acdd1..0000000 --- a/.github/workflows/verweise.yml +++ /dev/null @@ -1,28 +0,0 @@ -name: Verweise prüfen - -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