From 8f70ffa902ded2c9211693423e7421ca39c64bb9 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 29 May 2026 13:17:18 +0200 Subject: [PATCH] build: Disable Shellformat action (#1744) --- .github/workflows/review.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index 7dd6f48..2117bd2 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -52,6 +52,7 @@ jobs: - name: Shellformat uses: reviewdog/action-shfmt@v1 + if: false with: level: warning shfmt_flags: "-i 2 -ci -bn"