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