From d201040ee9283fd2fe0b9698e3aff3f0fa7fb3d8 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 10 Jun 2025 11:46:17 +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 0ad3501f7..56f2c6208 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 -kp -ln=bash -w . + shfmt -i 2 -kp -ln=bash -w . - name: Run Super Linter uses: super-linter/super-linter/slim@main