Skip to content

Commit

Permalink
ci: Always validate Dart file during translation
Browse files Browse the repository at this point in the history
  • Loading branch information
validcube committed May 7, 2024
1 parent 6b03f3a commit 200483d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/sync_crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 200483d

Please sign in to comment.