Skip to content

Commit 1001c8a

Browse files
committed
Add line break
1 parent bbcccaf commit 1001c8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/verify-code-style.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
5454
Write-Output "Running code cleanup on commit range $baseCommitHash..$headCommitHash in pull request."
5555
dotnet regitlint -s src/Steeltoe.All.sln --print-command --skip-tool-check --max-runs=5 --jb --dotnetcoresdk=$(dotnet --version) --jb-profile="Steeltoe Full Cleanup" --jb --properties:Configuration=Release --jb --properties:RunAnalyzers=false --jb --properties:NuGetAudit=false --jb --verbosity=WARN -f commits -a $headCommitHash -b $baseCommitHash --fail-on-diff --print-diff
56+
5657
- name: CleanupCode (on branch)
5758
if: github.event_name == 'push' || github.event_name == 'release'
5859
shell: pwsh

0 commit comments

Comments
 (0)