Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Oct 10, 2024
1 parent 8ac36cd commit 4dd12d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
EXIT_STATUS=0

if ! make lint ; then
echo "Please run command 'make fix' on your local and commit the result"
echo "Please run command 'make fix' or 'make fix-lint' on your local and commit the result"
EXIT_STATUS=1
fi
if ! make format ; then
echo "Please run command 'make fix' on your local and commit the result"
echo "Please run command 'make fix' or 'make fix-format' on your local and commit the result"
EXIT_STATUS=1
fi
if ! make unittest ARGS=--junitxml=./test/unit/junit.xml ; then
Expand Down

0 comments on commit 4dd12d5

Please sign in to comment.