summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/encoding-check.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/encoding-check.yml b/.github/workflows/encoding-check.yml
index 41a31cc..40961db 100644
--- a/.github/workflows/encoding-check.yml
+++ b/.github/workflows/encoding-check.yml
@@ -21,4 +21,4 @@ jobs:
run: |
files=$(git diff --name-only origin/$GITHUB_BASE_REF...${{ github.sha }})
IFS=$'\n'; files=($files); unset IFS; # split the string into an array
- ! file --mime "${files[@]}" | grep -v "charset=utf-8\| (No such file or directory)$"
+ ! file --mime "${files[@]}" | grep -v "charset=utf-8\|charset=us-ascii\|charset=binary\| (No such file or directory)$"