mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-05-23 18:16:15 +02:00
ci: Always validate Dart file during translation
This commit is contained in:
parent
6b03f3a169
commit
200483d733
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user