From 301d160a6526cfda37923559dc1fbd8a10ad0df3 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 10 Jun 2025 11:24:36 +0200 Subject: [PATCH] try --- .github/workflows/weekly-supelinter.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/weekly-supelinter.yaml b/.github/workflows/weekly-supelinter.yaml index 95f20b903..455bbb2f6 100644 --- a/.github/workflows/weekly-supelinter.yaml +++ b/.github/workflows/weekly-supelinter.yaml @@ -29,8 +29,8 @@ jobs: FILTER_REGEX_EXCLUDE: .github/workflows/.* FIX_ENV: true FIX_HTML_PRETTIER: true - #FIX_SHELL_SHFMT: true - SHELL_SHFMT_FILE_NAME: ".shfmt.yaml" + FIX_SHELL_SHFMT: true + SHELL_SHFMT_FIX_MODE_OPTIONS: "--write -i 2 -ci -s -bn -sr -kp -ln=bash" FIX_YAML_PRETTIER: true FIX_JSON: true #FIX_JSON_PRETTIER: true