We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06844e4 commit 107578aCopy full SHA for 107578a
.github/workflows/pull-request-checks.yaml
@@ -26,6 +26,8 @@ jobs:
26
echo "Pull request's branch is: ${PR_BRANCH}"
27
clang-format-7 --version
28
while read file ; do EXCLUDES+="':(top,exclude)$file' " ; done < .clang-format-ignore
29
+ git checkout ${BASE_BRANCH}
30
+ git checkout -
31
MERGE_BASE=$(git merge-base ${BASE_BRANCH} ${PR_BRANCH})
32
echo "Checking for formatting errors introduced since $MERGE_BASE"
33
# use eval so that quotes (as inserted into $EXCLUDES above) are not interpreted as parts of file names
0 commit comments