From e5adbd266f2258472cd566d84cf8ca6ccbd85d23 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 10 Jun 2025 12:01:24 +0200 Subject: [PATCH] Update weekly-supelinter.yaml --- .github/workflows/weekly-supelinter.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/weekly-supelinter.yaml b/.github/workflows/weekly-supelinter.yaml index 15450b58b..fcdbe44f6 100644 --- a/.github/workflows/weekly-supelinter.yaml +++ b/.github/workflows/weekly-supelinter.yaml @@ -16,11 +16,6 @@ jobs: with: fetch-depth: 0 - - name: Run shfmt on all .sh files - run: | - sudo apt-get update && sudo apt-get install -y shfmt - shfmt -i 2 -ln=bash -w . - - name: Run Super Linter uses: super-linter/super-linter/slim@main continue-on-error: true @@ -34,7 +29,7 @@ jobs: FILTER_REGEX_EXCLUDE: .github/workflows/.* FIX_ENV: true FIX_HTML_PRETTIER: true - #FIX_SHELL_SHFMT: true + FIX_SHELL_SHFMT: true FIX_YAML_PRETTIER: true FIX_JSON: true #FIX_JSON_PRETTIER: true