Skip to content

Commit

Permalink
CI: Use different trailing whitespace detection
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsjaar committed Oct 16, 2024
1 parent 4721ae6 commit 432d191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trailing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Find Trailing Whitespace
run: |
set +e
lines=$(git grep --cached -In '[[:blank:]]$')
lines=$(git grep --cached -In '[[:blank:]]$' packages/seacas/applications packages/seacas/libraries)
if [ ! -z "$lines" ]; then
echo -e "\n The following lines contain trailing whitespace: \n"
echo -e "${lines}"
Expand Down

0 comments on commit 432d191

Please sign in to comment.