From 2f9f0492b324cc9b01935210db074b0a3fc90459 Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Wed, 9 Apr 2025 13:42:54 +0200 Subject: [PATCH] :) --- .github/workflows/build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index feeb4f2b..24a2f307 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,9 +17,9 @@ jobs: - run: npm run prettier - name: Fail if there are uncommitted changes run: | - if [[ -n "$(git status --porcelain)" ]]; then - echo "Uncommitted changes detected:" - git status - git diff - exit 1 - fi + if [[ -n "$(git status --porcelain)" ]]; then + echo "Uncommitted changes detected:" + git status + git diff + exit 1 + fi