Skip to content

Commit 2beb53a

Browse files
authored
Add BOM removal command
1 parent 6236dd4 commit 2beb53a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/reusable-integrity.yml

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
#)" = "${{ inputs.executables }}"
6969
-
7070
# https://github.com/greut/eclint/issues/6
71+
# Remove: sed -i -e '1s#^\xEF\xBB\xBF##'
7172
name: "Check for byte order mark (BOM)"
7273
run: |
7374
! git grep --perl-regexp -I -e '^\xEF\xBB\xBF'

0 commit comments

Comments
 (0)