Update weekly-supelinter.yaml

This commit is contained in:
Alexandre
2025-07-23 09:57:43 +02:00
committed by GitHub
parent 958c8573e9
commit 29f98f94f1

View File

@@ -58,6 +58,10 @@ jobs:
run: |
find . -type f \( -name "*.sh" -o -name "run" \) -exec chmod +x {} \;
- name: Use 4 spaces in shell scripts
run: |
find . -type f \( -name "*.sh" -o -name "run" \) -exec shfmt -w -i 4 -ci -bn -sr {} +
- name: Sort json files
id: sort
run: |