Update weekly-supelinter.yaml

This commit is contained in:
Alexandre
2025-07-23 10:50:55 +02:00
committed by GitHub
parent 29f98f94f1
commit 3539f328fb

View File

@@ -60,6 +60,8 @@ jobs:
- 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
chmod +x /usr/local/bin/shfmt
find . -type f \( -name "*.sh" -o -name "run" \) -exec shfmt -w -i 4 -ci -bn -sr {} +
- name: Sort json files