From 0acc84525a190db13a068d32c2a432f434fe7c68 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 28 Jun 2025 13:50:49 +0200 Subject: [PATCH] Update weekly-supelinter.yaml --- .github/workflows/weekly-supelinter.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/weekly-supelinter.yaml b/.github/workflows/weekly-supelinter.yaml index a7ff50034..8b45a8138 100644 --- a/.github/workflows/weekly-supelinter.yaml +++ b/.github/workflows/weekly-supelinter.yaml @@ -54,6 +54,10 @@ jobs: FIX_PYTHON_ISORT: true FIX_PYTHON_RUFF: true + - name: Restore executable permissions + run: | + find . -type f -name "*.sh" -exec chmod +x {} \; + - name: Remove Super-Linter output (prevent checkout conflict) run: sudo rm -rf super-linter-output/