Skip to content

Commit 4dd12d5

Browse files
committed
tweak
1 parent 8ac36cd commit 4dd12d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
EXIT_STATUS=0
44

55
if ! make lint ; then
6-
echo "Please run command 'make fix' on your local and commit the result"
6+
echo "Please run command 'make fix' or 'make fix-lint' on your local and commit the result"
77
EXIT_STATUS=1
88
fi
99
if ! make format ; then
10-
echo "Please run command 'make fix' on your local and commit the result"
10+
echo "Please run command 'make fix' or 'make fix-format' on your local and commit the result"
1111
EXIT_STATUS=1
1212
fi
1313
if ! make unittest ARGS=--junitxml=./test/unit/junit.xml ; then

0 commit comments

Comments
 (0)