Skip to content

Commit 8478678

Browse files
authored
Exclude msgid from comparison
1 parent b19d3e4 commit 8478678

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
@@ -208,4 +208,4 @@ jobs:
208208
209209
- name: Show difference (error if there is any)
210210
run: |
211-
git diff --exit-code --color-words
211+
git diff -I'^msgid ' --exit-code --color-words

0 commit comments

Comments
 (0)