Skip to content

Commit d0c5249

Browse files
authored
[FIX] clang-format: ignore patches
1 parent 4fb5fb1 commit d0c5249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clang_format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
run: |
112112
cd seqan3
113113
LIST=$(git diff --name-only --diff-filter=ACMRT ${{ github.event.pull_request.base.sha }} | \
114-
{ grep -v -E "(include/seqan3/contrib/|submodules/|*.sh|*.pl|*.py)" || test $? = 1; } | \
114+
{ grep -v -E "(include/seqan3/contrib/|submodules/|*.sh|*.pl|*.py|*.patch)" || test $? = 1; } | \
115115
{ grep -E "(.cpp|.hpp|include/seqan3/std/)" || test $? = 1; } | xargs)
116116
echo "::set-output name=list::$LIST"
117117

0 commit comments

Comments
 (0)