Skip to content

Commit

Permalink
#521: fix png whitespace error
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Jul 25, 2024
1 parent f798d46 commit 7fbbda1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/find-trailing-whitespace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
- uses: actions/checkout@v4
- uses: DARMA-tasking/find-trailing-whitespace@master
with:
exclude: "doc;*.png" # ; separated path to exclude
exclude: "doc;conf-blocks.png" # ; separated path to exclude

0 comments on commit 7fbbda1

Please sign in to comment.