Update weekly-supelinter.yaml

This commit is contained in:
Alexandre
2025-06-28 13:50:49 +02:00
committed by GitHub
parent 178e5bc8ed
commit 0acc84525a

View File

@@ -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/