Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Oct 30, 2024
1 parent d2898df commit 978e65a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/clang_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ jobs:
if [ $? -ge 1 ]; then return 1; fi
./.run-clang-format
if [ $? -ge 1 ]; then return 1; fi
echo "test"
output=$(git diff)
echo $output
if [ -n "$output" ]; then exit 1; else exit 0; fi

0 comments on commit 978e65a

Please sign in to comment.