From 301ab6e4a0dc865f017a691a5494ebe4bff47b4a Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Fri, 7 Jun 2024 13:26:50 -0400 Subject: [PATCH] More debugging --- .github/workflows/check-i18n.yml | 2 ++ scripts/i18n-check.sh | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-i18n.yml b/.github/workflows/check-i18n.yml index 43ce869eb2f2..88d8f3033ab0 100644 --- a/.github/workflows/check-i18n.yml +++ b/.github/workflows/check-i18n.yml @@ -9,5 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 # all - run: scripts/i18n-check.sh -u - run: .github/workflows/scripts/i18n-check-helper.sh diff --git a/scripts/i18n-check.sh b/scripts/i18n-check.sh index ce3ccec44d86..0488380aefe5 100755 --- a/scripts/i18n-check.sh +++ b/scripts/i18n-check.sh @@ -106,8 +106,7 @@ function main() { # if [[ -n $FLAG_VERBOSE ]]; then echo -e "All targets: $TARGETS"; fi fi - set -x # temporary - + set -x git branch -vv SYNCED=1