Skip to content

Commit

Permalink
KX-11806 - Fix format pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertZ authored and RobertZ committed Mar 15, 2024
1 parent ee83da9 commit 6391706
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
defaults:
run:
shell: pwsh
working-directory: ${{ env.working-directory }}

steps:
- uses: actions/checkout@v4
Expand All @@ -54,7 +55,7 @@ jobs:
if ($files.Length -eq 0) {
Write-Host "No relevant files have changed."
} else {
dotnet format --include $files
dotnet format WebApp.sln --include $files
}
Expand Down

0 comments on commit 6391706

Please sign in to comment.