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 094d979 commit 01da920
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: |
python ./scripts/find_localised_strings.py --compare-lang L10n/en.template --directory . --ignore coriolis-data > $output
output=(python ./scripts/find_localised_strings.py --compare-lang L10n/en.template --directory . --ignore coriolis-data)
echo "$output"
echo ${#output}
if [ -n "$output" ]; then
Expand Down

0 comments on commit 01da920

Please sign in to comment.