We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f9543c commit f1b096cCopy full SHA for f1b096c
entrypoint.sh
@@ -62,6 +62,8 @@ if [ "$8" = true ] ; then
62
63
if [ "$exit_code" = "0" ]; then
64
echo "docformatter ok"
65
+ elif [ "$exit_code" = "3" ]; then
66
+ echo "docformatter wants to format one or more files"
67
else
68
echo "docformatter error"
69
echo $exit_code
0 commit comments