From a9e33362e5a709cb28d38eafb969ed093202278d Mon Sep 17 00:00:00 2001 From: Joseph Flinn Date: Wed, 12 May 2021 15:38:21 -0700 Subject: [PATCH] adding more output --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 69697ec8f7..7c7b7edd90 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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