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

View File

@@ -14,15 +14,15 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Set up Python - name: Python-Setup
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
python-version: '3.x' python-version: '3.x'
- name: Install dependencies - name: Abhängigkeiten installieren
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install lxml pip install lxml
- name: Run custom linter - name: Verweise prüfen
run: python Scripts/custom_linter.py run: python Scripts/lint_verweise.py