From dd43ef12e2c1c752b05bed09c52044ecf4d854c2 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 8 Jun 2025 22:44:13 +0200 Subject: [PATCH] Update weekly-supelinter.yaml --- .github/workflows/weekly-supelinter.yaml | 3 +++ 1 file changed, 3 insertions(+) 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: |