diff --git a/.github/workflows/reusable-integrity.yml b/.github/workflows/reusable-integrity.yml index a03fd46..51bf63d 100644 --- a/.github/workflows/reusable-integrity.yml +++ b/.github/workflows/reusable-integrity.yml @@ -88,8 +88,9 @@ jobs: - name: "Look for multiple space characters in the middle of the line 🐌" run: | - # Exclude docblocks: grep -v -F ' * @' - ! git grep --perl-regexp --line-number -I -e '(?!^#)\S\s\s' \ + # Exclude docblocks + ! git grep --perl-regexp --line-number -I \ + -e '(?!^#)\S\s\s' --and --not -e ' \* @' \ -- ':!:*.md' ':!:.github/**.yml' - # Move TODO-s into GitHub issues!