Skip to content

Commit

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

0 comments on commit 1960a90

Please sign in to comment.