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 8478678 commit e764913Copy full SHA for e764913
.github/workflows/check.yml
@@ -205,7 +205,9 @@ jobs:
205
- name: Remove zero-width space characters
206
run: |
207
sed -i 's/\xe2\x80\x8b//g' *.po **/*.po
208
+ # Undo removal from where we should not
209
+ sed -i 's|`````|`````|' reference/lexical_analysis.po
210
211
- name: Show difference (error if there is any)
212
- git diff -I'^msgid ' --exit-code --color-words
213
+ git diff --exit-code --color-words
0 commit comments