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 31e18f1 commit 5a16d3dCopy full SHA for 5a16d3d
.github/workflows/gobo_format.yml
@@ -22,3 +22,7 @@ jobs:
22
- name: Run Formatter
23
run: |
24
./gobo.exe .
25
+
26
+ - name: Check for formatting changes
27
+ run: |
28
+ git diff --exit-code || exit 1
0 commit comments