From 2beb53a40cf0978220fb6a9fc001e8c046709065 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Sat, 21 Oct 2023 14:41:18 +0200 Subject: [PATCH] Add BOM removal command --- .github/workflows/reusable-integrity.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/reusable-integrity.yml b/.github/workflows/reusable-integrity.yml index 178998b..d2d103e 100644 --- a/.github/workflows/reusable-integrity.yml +++ b/.github/workflows/reusable-integrity.yml @@ -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'