Skip to content

Commit 7bf63a9

Browse files
authored
Use word-diff instead of line diff
1 parent cceda6a commit 7bf63a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,4 +187,4 @@ jobs:
187187
188188
- name: Show difference (error if there is any)
189189
run: |
190-
git diff --exit-code --color
190+
git diff --exit-code --color-words

0 commit comments

Comments
 (0)