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 56ec08b commit 463caff
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/push-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,8 @@ jobs:
- name: translation checks
run: |
output=$(python ./scripts/find_localised_strings.py --compare-lang L10n/en.template --directory . --ignore coriolis-data 2>&1)
echo "Output is: '$output'"
echo "Output is: '$output'"
if [ $output ]; then
echo $output
exit 0
fi

0 comments on commit 463caff

Please sign in to comment.