Skip to content

Commit 84351bc

Browse files
Remove test file
Signed-off-by: Peter Zhu <[email protected]>
1 parent 2140fbc commit 84351bc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/encoding-check.yml

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
- name: Check for possible file that does not follow utf-8 encoding
1212
run: |
1313
set +e
14-
wget https://www.w3.org/2001/06/utf-8-wrong/UTF-8-test.html
1514
IFS=$(echo -en "\n\b")
1615
COUNTER=0
1716
for i in `find . -type f \( -name "*.txt" -o -name "*.md" -o -name "*.markdown" -o -name "*.html" \) | grep -vE "^./.git"`;

0 commit comments

Comments
 (0)