ci: Always validate Dart file during translation

This commit is contained in:
validcube 2024-05-07 20:51:34 +07:00
parent 6b03f3a169
commit 200483d733
No known key found for this signature in database
GPG key ID: DBA94253E1D3F267

View file

@ -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