Skip to content

Commit 4f84983

Browse files
committed
attempt to fix syntax error in unicode check
Looks like builds were always failing, even when unicode wasn't found in the diff. I'm trying to fix this by adding the missing 'fi' at the end of the if statement. * #90 (comment)
1 parent a15234c commit 4f84983

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/unicode_warn.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,5 +133,6 @@ jobs:
133133
exit 1
134134
else
135135
exit 0
136+
fi
136137
137138
shell: bash {0}

0 commit comments

Comments
 (0)