mirror of
https://github.com/Theodor-Springmann-Stiftung/KGPZ.git
synced 2025-10-29 09:05:30 +00:00
Simplified linter
This commit is contained in:
13
.github/workflows/custom_linter.yml
vendored
13
.github/workflows/custom_linter.yml
vendored
@@ -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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user