From 064def9e94251e150f58900a1296ea30e7b72d6d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 10 Jun 2025 11:37:48 +0200 Subject: [PATCH] Update weekly-supelinter.yaml --- .github/workflows/weekly-supelinter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/weekly-supelinter.yaml b/.github/workflows/weekly-supelinter.yaml index de5ee6531..0ad3501f7 100644 --- a/.github/workflows/weekly-supelinter.yaml +++ b/.github/workflows/weekly-supelinter.yaml @@ -19,7 +19,7 @@ jobs: - name: Run shfmt on all .sh files run: | sudo apt-get update && sudo apt-get install -y shfmt - shfmt -i 2 -ci -s -bn -sr -kp -ln=bash -w $(find . -type f -name "*.sh") + shfmt -i 2 -ci -s -kp -ln=bash -w . - name: Run Super Linter uses: super-linter/super-linter/slim@main