mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 01:01:56 +01:00
ci: Always validate Dart file during translation
This commit is contained in:
parent
6b03f3a169
commit
200483d733
1 changed files with 4 additions and 0 deletions
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…
Reference in a new issue