From 39bd96d05a8640d26dafaa260adf8b5e8baca708 Mon Sep 17 00:00:00 2001 From: Simon Martens Date: Wed, 17 Jul 2024 19:28:26 +0200 Subject: [PATCH] removed workflow --- .github/workflows/verweise_pruefen.yml | 28 -------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .github/workflows/verweise_pruefen.yml diff --git a/.github/workflows/verweise_pruefen.yml b/.github/workflows/verweise_pruefen.yml deleted file mode 100644 index 9b94708..0000000 --- a/.github/workflows/verweise_pruefen.yml +++ /dev/null @@ -1,28 +0,0 @@ -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