fix: fix dotnet format issue

This commit is contained in:
Meysam Hadeli 2025-05-17 19:54:14 +03:30
parent b0da80bfff
commit ca7ee3833b
2 changed files with 8 additions and 7 deletions

View File

@ -34,7 +34,7 @@ runs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.x.x'
dotnet-version: '9.x.x'
# https://learn.microsoft.com/en-us/dotnet/core/tools/global-tools
- name: Restore .NET Tools
@ -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

View File

@ -1 +1,2 @@
npm run format
npm run format
npm run ci-format