Skip to content

Commit

Permalink
Update push-checks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rixxan committed May 29, 2024
1 parent c4aa423 commit d083618
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/push-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +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"
echo "$output" > output.txt
if [ -s output.txt ]; then
cat output.txt
exit 1
fi

0 comments on commit d083618

Please sign in to comment.