Skip to content

Commit

Permalink
Insert debug lines
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-koyama committed May 23, 2021
1 parent d91ee11 commit 51730e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/clang-format.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
clang-format src/*.cpp include/elasty/*.hpp tests/*.*pp examples/**/*.*pp --output-replacements-xml
clang-format src/*.cpp include/elasty/*.hpp tests/*.*pp examples/**/*.*pp --output-replacements-xml --verbose
clang-format src/*.cpp include/elasty/*.hpp tests/*.*pp examples/**/*.*pp --verbose
clang-format src/*.cpp include/elasty/*.hpp tests/*.*pp examples/**/*.*pp --output-replacements-xml | grep -c "<replacement " >/dev/null
if [ $? -ne 1 ]; then echo "Ill-styled code detected" && exit 1; fi

0 comments on commit 51730e0

Please sign in to comment.