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 170ece6 commit 094d979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: translation checks
run: |
output=$(python ./scripts/find_localised_strings.py --compare-lang L10n/en.template --directory . --ignore coriolis-data)
python ./scripts/find_localised_strings.py --compare-lang L10n/en.template --directory . --ignore coriolis-data > $output
echo "$output"
echo ${#output}
if [ -n "$output" ]; then
Expand Down

0 comments on commit 094d979

Please sign in to comment.