We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a6344e commit 43011cdCopy full SHA for 43011cd
.github/workflows/format-cs-files.yml
@@ -40,7 +40,9 @@ jobs:
40
id: validate
41
continue-on-error: true
42
working-directory: ${{ github.workspace }}
43
- - run: echo ${{ steps.validate.outputs.has-changes }}
+ - run: |
44
+ echo ${{ steps.validate.outputs.has-changes }}
45
+ echo ${{ steps.validate.outcome }}
46
- run: |
47
dotnet format style --verbosity diagnostic
48
dotnet format analyzers --diagnostics IDE0073 --verbosity diagnostic
0 commit comments