chore: bypass dotnet format

This commit is contained in:
Meysam Hadeli 2025-05-16 21:31:42 +03:30 committed by GitHub
parent 157d9e24d0
commit d26115ccc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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