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:
- uses: actions/checkout@v4
- name: Set up Python
- name: Python-Setup
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
- name: Abhängigkeiten installieren
run: |
python -m pip install --upgrade pip
pip install lxml
- name: Run custom linter
run: python Scripts/custom_linter.py
- name: Verweise prüfen
run: python Scripts/lint_verweise.py