Update weekly-supelinter.yaml

This commit is contained in:
Alexandre
2025-06-28 14:00:48 +02:00
committed by GitHub
parent 0acc84525a
commit 779b082fcc

View File

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