Skip to content

Commit 14203d1

Browse files
committed
Fix
1 parent e4aabdd commit 14203d1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ jobs:
2424
shell: pwsh
2525
run: ./Invoke-Formatter.ps1 -exitCodeOnFormat
2626
if: always()
27+
- name: Formatting changes
28+
run: git diff
29+
if: steps.formatting.outcome != 'success'

0 commit comments

Comments
 (0)