Skip to content

Commit

Permalink
KX-11806 - Remove wrong verify
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertZ authored and RobertZ committed Mar 15, 2024
1 parent e5f2115 commit ca6a4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
if ($files.Length -eq 0) {
Write-Host "No relevant files have changed."
} else {
dotnet format WebApp.sln --verify-no-changes include --verify$files
dotnet format WebApp.sln --verify-no-changes include $files
}
Expand Down

0 comments on commit ca6a4a3

Please sign in to comment.