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 21c01d6Copy full SHA for 21c01d6
.github/workflows/pull-request-checks.yaml
@@ -25,6 +25,7 @@ jobs:
25
echo "Pull request's base branch is: ${BASE_BRANCH}"
26
echo "Pull request's branch is: ${PR_BRANCH}"
27
clang-format-7 --version
28
+ env
29
while read file ; do EXCLUDES+="':(top,exclude)$file' " ; done < .clang-format-ignore
30
MERGE_BASE=$(git merge-base ${BASE_BRANCH} ${PR_BRANCH})
31
echo "Checking for formatting errors introduced since $MERGE_BASE"
0 commit comments