Skip to content

Commit 46524bf

Browse files
authored
Exclude false-positive from zero-width space char check (#277)
1 parent b19d3e4 commit 46524bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ jobs:
205205
- name: Remove zero-width space characters
206206
run: |
207207
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
208210
209211
- name: Show difference (error if there is any)
210212
run: |

0 commit comments

Comments
 (0)