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/