mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-10 17:59:38 +08:00
fix: fix dotnet format issue
This commit is contained in:
parent
b0da80bfff
commit
ca7ee3833b
12
.github/actions/build/action.yml
vendored
12
.github/actions/build/action.yml
vendored
@ -34,7 +34,7 @@ runs:
|
|||||||
- name: Setup .NET
|
- name: Setup .NET
|
||||||
uses: actions/setup-dotnet@v4
|
uses: actions/setup-dotnet@v4
|
||||||
with:
|
with:
|
||||||
dotnet-version: '9.x.x'
|
dotnet-version: '9.x.x'
|
||||||
|
|
||||||
# https://learn.microsoft.com/en-us/dotnet/core/tools/global-tools
|
# https://learn.microsoft.com/en-us/dotnet/core/tools/global-tools
|
||||||
- name: Restore .NET Tools
|
- name: Restore .NET Tools
|
||||||
@ -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
|
||||||
|
|||||||
@ -1 +1,2 @@
|
|||||||
npm run format
|
npm run format
|
||||||
|
npm run ci-format
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user