diff --git a/.github/workflows/weekly-supelinter.yaml b/.github/workflows/weekly-supelinter.yaml index e4985093d..426f5c73b 100644 --- a/.github/workflows/weekly-supelinter.yaml +++ b/.github/workflows/weekly-supelinter.yaml @@ -46,6 +46,9 @@ jobs: FIX_PYTHON_ISORT: true FIX_PYTHON_RUFF: true + - name: Remove Super-Linter output (prevent checkout conflict) + run: rm -rf super-linter-output/ + - name: Check for linting changes id: changed run: |