Skip to content

Commit

Permalink
Add BOM removal command
Browse files Browse the repository at this point in the history
szepeviktor authored Oct 21, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 6236dd4 commit 2beb53a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reusable-integrity.yml
Original file line number Diff line number Diff line change
@@ -68,6 +68,7 @@ jobs:
#)" = "${{ inputs.executables }}"
-
# https://github.com/greut/eclint/issues/6
# Remove: sed -i -e '1s#^\xEF\xBB\xBF##'
name: "Check for byte order mark (BOM)"
run: |
! git grep --perl-regexp -I -e '^\xEF\xBB\xBF'

0 comments on commit 2beb53a

Please sign in to comment.