mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 12:47:37 +02: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