Skip to content

Commit

Permalink
Add debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
llvm-beanz committed Sep 21, 2023
1 parent d44c29c commit 9c5f61e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/clang-format-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
GH_TOKEN: ${{ github.token }}
run: |
echo Comparing $PR_NUMBER vs target branch
git rev-parse --short HEAD
echo $GITHUB_BASE_REF
echo $GITHUB_REF
git fetch origin refs/pull/$PR_NUMBER/head:pull/$PR_NUMBER
git diff -U0 --no-color HEAD..pull/$PR_NUMBER | clang-format-diff -p1 | tee format.diff
if [ -s "format.diff" ]
Expand Down

0 comments on commit 9c5f61e

Please sign in to comment.