We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4aabdd commit 14203d1Copy full SHA for 14203d1
1 file changed
.github/workflows/ci.yml
@@ -24,3 +24,6 @@ jobs:
24
shell: pwsh
25
run: ./Invoke-Formatter.ps1 -exitCodeOnFormat
26
if: always()
27
+ - name: Formatting changes
28
+ run: git diff
29
+ if: steps.formatting.outcome != 'success'
0 commit comments