Simplified linter

This commit is contained in:
Simon Martens
2024-07-17 19:18:32 +02:00
parent d257588649
commit 1a5663b398

View File

@@ -26,16 +26,3 @@ jobs:
- name: Run custom linter - name: Run custom linter
run: python Scripts/custom_linter.py run: python Scripts/custom_linter.py
- name: Process linter output
if: failure()
run: |
python Scripts/process_linter_output.py
- name: Upload linter results
if: failure()
uses: actions/upload-artifact@v4
with:
name: linter-results
path: linter_results.txt
if-no-files-found: warn