mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-24 21:28:18 +00:00
docs/build.sh: always enable coloring in output
should make it easier to spot the source of the issue
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ done
|
||||
if test -z "${CHECK_ONLY}" ; then
|
||||
gelatyx --language lua --file-list $tracked_markdown --language-config stylua.toml
|
||||
fi
|
||||
if ! gelatyx --language lua --file-list $tracked_markdown --language-config stylua.toml --check ; then
|
||||
if ! gelatyx --language lua --color always --file-list $tracked_markdown --language-config stylua.toml --check ; then
|
||||
echo
|
||||
echo "Be sure to run ./docs/build.sh to apply formatting before you push changes."
|
||||
echo
|
||||
|
||||
Reference in New Issue
Block a user