Skip to content

Commit

Permalink
Clang-format CI should show what's wrong. (#804)
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc authored Jul 13, 2023
1 parent 98376f8 commit 528e6fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/clang_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,8 @@ jobs:
then
echo "Some files are not well formatted:"
echo $modified_files
echo ""
echo "The diff is:"
git diff
exit 1
fi

0 comments on commit 528e6fe

Please sign in to comment.