0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-19 19:42:17 +02:00

Specify path for I18N linter, push after sync

This commit is contained in:
Mike Hardy 2020-08-23 15:48:07 -05:00
parent ed3d237d42
commit 8142207263
No known key found for this signature in database
GPG Key ID: 2FB9315A0E38FF42
2 changed files with 4 additions and 2 deletions

View File

@ -37,4 +37,6 @@ jobs:
run: ./tools/manage-crowdin.sh
- name: Pull translation updates from crowdin
run: ./tools/update-localizations.py
run: |
./tools/update-localizations.py
git push

View File

@ -52,7 +52,7 @@ if grep -RHn "CDATA " res/values*; then
EXIT_STATUS=$((EXIT_STATUS + 1));
fi
lint --check StringFormatInvalid ./res
${ANDROID_HOME}/tools/bin/lint --check StringFormatInvalid ./res
popd > /dev/null || exit 1
echo "Exiting with status $EXIT_STATUS"
exit $EXIT_STATUS