mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-22 16:29:09 +01:00
adding more output
This commit is contained in:
parent
a88b229ff9
commit
a9e33362e5
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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}
|
||||
echo $file: -- ${#test_string} -- $test_string
|
||||
errors=1
|
||||
fi
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user