We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fb5fb1 commit d0c5249Copy full SHA for d0c5249
.github/workflows/clang_format.yml
@@ -111,7 +111,7 @@ jobs:
111
run: |
112
cd seqan3
113
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; } | \
+ { grep -v -E "(include/seqan3/contrib/|submodules/|*.sh|*.pl|*.py|*.patch)" || test $? = 1; } | \
115
{ grep -E "(.cpp|.hpp|include/seqan3/std/)" || test $? = 1; } | xargs)
116
echo "::set-output name=list::$LIST"
117
0 commit comments