mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-05-08 15:31:13 +08:00
chore: bypass dotnet format
This commit is contained in:
parent
157d9e24d0
commit
d26115ccc5
10
.github/actions/build/action.yml
vendored
10
.github/actions/build/action.yml
vendored
@ -55,11 +55,11 @@ runs:
|
|||||||
if: success()
|
if: success()
|
||||||
run: npm install
|
run: npm install
|
||||||
|
|
||||||
- name: Format Service
|
# - name: Format Service
|
||||||
shell: bash
|
# shell: bash
|
||||||
if: ${{ success()}}
|
# if: ${{ success()}}
|
||||||
run: |
|
# run: |
|
||||||
npm run ci-format
|
# npm run ci-format
|
||||||
|
|
||||||
- name: Build Service
|
- name: Build Service
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user