Skip to content

Commit 5a16d3d

Browse files
committed
Update gobo_format.yml
1 parent 31e18f1 commit 5a16d3d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/gobo_format.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,7 @@ jobs:
2222
- name: Run Formatter
2323
run: |
2424
./gobo.exe .
25+
26+
- name: Check for formatting changes
27+
run: |
28+
git diff --exit-code || exit 1

0 commit comments

Comments
 (0)