We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2140fbc commit 84351bcCopy full SHA for 84351bc
.github/workflows/encoding-check.yml
@@ -11,7 +11,6 @@ jobs:
11
- name: Check for possible file that does not follow utf-8 encoding
12
run: |
13
set +e
14
- wget https://www.w3.org/2001/06/utf-8-wrong/UTF-8-test.html
15
IFS=$(echo -en "\n\b")
16
COUNTER=0
17
for i in `find . -type f \( -name "*.txt" -o -name "*.md" -o -name "*.markdown" -o -name "*.html" \) | grep -vE "^./.git"`;
0 commit comments