Update weekly-supelinter.yaml

This commit is contained in:
Alexandre
2025-07-28 11:50:05 +02:00
committed by GitHub
parent ffff3ebe93
commit a18a505bfb

View File

@@ -54,10 +54,6 @@ jobs:
FIX_PYTHON_ISORT: true
FIX_PYTHON_RUFF: true
- name: Restore executable permissions
run: |
find . -type f \( -name "*.sh" -o -name "run" \) -exec chmod +x {} \;
- name: Use 4 spaces in shell scripts
run: |
curl -sSLo /usr/local/bin/shfmt https://github.com/mvdan/sh/releases/download/v3.12.0/shfmt_v3.12.0_linux_amd64
@@ -74,6 +70,10 @@ jobs:
done
shell: bash
- name: Restore executable permissions
run: |
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/