We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2835473 commit 6f15f5aCopy full SHA for 6f15f5a
.github/workflows/build.yml
@@ -265,7 +265,7 @@ jobs:
265
shell: pwsh
266
run: |
267
Write-Output "Running code cleanup on all files."
268
- dotnet regitlint -s JsonApiDotNetCore.sln --print-command --skip-tool-check --jb --dotnetcoresdk=$(dotnet --version)--jb-profile="JADNC Full Cleanup" --jb --properties:Configuration=Release --jb --verbosity=WARN --fail-on-diff --print-diff
+ dotnet regitlint -s JsonApiDotNetCore.sln --print-command --skip-tool-check --jb --dotnetcoresdk=$(dotnet --version) --jb-profile="JADNC Full Cleanup" --jb --properties:Configuration=Release --jb --verbosity=WARN --fail-on-diff --print-diff
269
270
publish:
271
timeout-minutes: 60
0 commit comments