From 1a5663b39856945ad075fd1c6d83eb621e27c54e Mon Sep 17 00:00:00 2001 From: Simon Martens Date: Wed, 17 Jul 2024 19:18:32 +0200 Subject: [PATCH] Simplified linter --- .github/workflows/custom_linter.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/custom_linter.yml b/.github/workflows/custom_linter.yml index b63d322..dccbb3e 100644 --- a/.github/workflows/custom_linter.yml +++ b/.github/workflows/custom_linter.yml @@ -26,16 +26,3 @@ jobs: - name: Run custom linter 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