Skip to content

Commit 21c01d6

Browse files
committed
dump environment variables
1 parent 06844e4 commit 21c01d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pull-request-checks.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
echo "Pull request's base branch is: ${BASE_BRANCH}"
2626
echo "Pull request's branch is: ${PR_BRANCH}"
2727
clang-format-7 --version
28+
env
2829
while read file ; do EXCLUDES+="':(top,exclude)$file' " ; done < .clang-format-ignore
2930
MERGE_BASE=$(git merge-base ${BASE_BRANCH} ${PR_BRANCH})
3031
echo "Checking for formatting errors introduced since $MERGE_BASE"

0 commit comments

Comments
 (0)