From d26115ccc5551c338ae44415c94e7f15095b90c3 Mon Sep 17 00:00:00 2001 From: Meysam Hadeli Date: Fri, 16 May 2025 21:31:42 +0330 Subject: [PATCH] chore: bypass dotnet format --- .github/actions/build/action.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml index 494bfb0..1c9657d 100644 --- a/.github/actions/build/action.yml +++ b/.github/actions/build/action.yml @@ -55,11 +55,11 @@ runs: if: success() run: npm install - - name: Format Service - shell: bash - if: ${{ success()}} - run: | - npm run ci-format + # - name: Format Service + # shell: bash + # if: ${{ success()}} + # run: | + # npm run ci-format - name: Build Service shell: bash