didn't like the output
This commit is contained in:
parent
a9e33362e5
commit
3da8759cc8
|
@ -72,7 +72,7 @@ jobs:
|
|||
do
|
||||
test_string=$(cat src/_locales/$file/messages.json | jq .extName.message | tr -d '"')
|
||||
if [[ ${#test_string} -gt 40 ]]; then
|
||||
echo $file: -- ${#test_string} -- $test_string
|
||||
echo $file: ${#test_string}
|
||||
errors=1
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue