From e88e3eec8b001634e4c0f25efca9342dbe45bd66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Mon, 25 Sep 2023 19:49:20 +0000 Subject: [PATCH] Fix blank line search --- .github/workflows/reusable-integrity.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-integrity.yml b/.github/workflows/reusable-integrity.yml index 4a32c29..c9d9ab3 100644 --- a/.github/workflows/reusable-integrity.yml +++ b/.github/workflows/reusable-integrity.yml @@ -105,7 +105,7 @@ jobs: git grep --files-with-matches -I -e '.' \ | git check-attr --stdin --all \ | sed -n -e 's#^\(.\+\): linguist-generated: set$#":!:\1"#p' \ - | xargs -L 1 -- git ls-files --cached -z -- \ + | xargs -- git ls-files --cached -z -- \ | xargs --null -n 1 -- sed -i -e '/./,$!d' -e '/^$/N;/^\n$/D' - name: "Check differences to repository"