mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-10 21:26:18 +00:00
ci: Always validate Dart file during translation
This commit is contained in:
4
.github/workflows/sync_crowdin.yml
vendored
4
.github/workflows/sync_crowdin.yml
vendored
@@ -49,6 +49,10 @@ jobs:
|
||||
sudo chmod 777 *.json
|
||||
dart nuke.dart >> $GITHUB_STEP_SUMMARY
|
||||
|
||||
- name: Validation of Translation Strings
|
||||
run: |
|
||||
dart analyze lib/gen/strings.g.dart
|
||||
|
||||
- name: Commit translations
|
||||
run: |
|
||||
git config user.name revanced-bot
|
||||
|
||||
Reference in New Issue
Block a user