Skip to content

Commit

Permalink
[FIX] clang-format: ignore patches
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler authored Jun 13, 2022
1 parent 4fb5fb1 commit d0c5249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
run: |
cd seqan3
LIST=$(git diff --name-only --diff-filter=ACMRT ${{ github.event.pull_request.base.sha }} | \
{ 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; } | \
{ grep -E "(.cpp|.hpp|include/seqan3/std/)" || test $? = 1; } | xargs)
echo "::set-output name=list::$LIST"
Expand Down

1 comment on commit d0c5249

@vercel
Copy link

@vercel vercel bot commented on d0c5249 Jun 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

seqan3 – ./

seqan3-seqan.vercel.app
seqan3.vercel.app
seqan3-git-master-seqan.vercel.app

Please sign in to comment.