Skip to content

Commit 43011cd

Browse files
author
Petr Sramek
committed
test
1 parent 0a6344e commit 43011cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/format-cs-files.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ jobs:
4040
id: validate
4141
continue-on-error: true
4242
working-directory: ${{ github.workspace }}
43-
- run: echo ${{ steps.validate.outputs.has-changes }}
43+
- run: |
44+
echo ${{ steps.validate.outputs.has-changes }}
45+
echo ${{ steps.validate.outcome }}
4446
- run: |
4547
dotnet format style --verbosity diagnostic
4648
dotnet format analyzers --diagnostics IDE0073 --verbosity diagnostic

0 commit comments

Comments
 (0)