From 779b082fcc62e035d8f4a0fc278f347664c1d235 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 28 Jun 2025 14:00:48 +0200 Subject: [PATCH] Update weekly-supelinter.yaml --- .github/workflows/weekly-supelinter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/weekly-supelinter.yaml b/.github/workflows/weekly-supelinter.yaml index 8b45a8138..a35105577 100644 --- a/.github/workflows/weekly-supelinter.yaml +++ b/.github/workflows/weekly-supelinter.yaml @@ -56,7 +56,7 @@ jobs: - name: Restore executable permissions run: | - find . -type f -name "*.sh" -exec chmod +x {} \; + find . -type f \( -name "*.sh" -o -name "run" \) -exec chmod +x {} \; - name: Remove Super-Linter output (prevent checkout conflict) run: sudo rm -rf super-linter-output/