diff --git a/.github/workflows/push-checks.yml b/.github/workflows/push-checks.yml index f36ee167d..d49c4e7c4 100644 --- a/.github/workflows/push-checks.yml +++ b/.github/workflows/push-checks.yml @@ -72,7 +72,9 @@ jobs: - name: translation checks run: | + set +e output=$(python ./scripts/find_localised_strings.py --compare-lang L10n/en.template --directory . --ignore coriolis-data) + set -e if [ -n "$output" ]; then echo "$output" exit 1