We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbcccaf commit 1001c8aCopy full SHA for 1001c8a
.github/workflows/verify-code-style.yml
@@ -53,6 +53,7 @@ jobs:
53
54
Write-Output "Running code cleanup on commit range $baseCommitHash..$headCommitHash in pull request."
55
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
+
57
- name: CleanupCode (on branch)
58
if: github.event_name == 'push' || github.event_name == 'release'
59
shell: pwsh
0 commit comments