We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6236dd4 commit 2beb53aCopy full SHA for 2beb53a
.github/workflows/reusable-integrity.yml
@@ -68,6 +68,7 @@ jobs:
68
#)" = "${{ inputs.executables }}"
69
-
70
# https://github.com/greut/eclint/issues/6
71
+ # Remove: sed -i -e '1s#^\xEF\xBB\xBF##'
72
name: "Check for byte order mark (BOM)"
73
run: |
74
! git grep --perl-regexp -I -e '^\xEF\xBB\xBF'
0 commit comments