Skip to content

Commit

Permalink
Fix blank line search
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Sep 25, 2023
1 parent c018571 commit e88e3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-integrity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e88e3ee

Please sign in to comment.