From 200483d733ed6ff1798479c50c42a81c2ae8ad85 Mon Sep 17 00:00:00 2001 From: validcube Date: Tue, 7 May 2024 20:51:34 +0700 Subject: [PATCH] ci: Always validate Dart file during translation --- .github/workflows/sync_crowdin.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/sync_crowdin.yml b/.github/workflows/sync_crowdin.yml index f750dd7ecc..a32d26ea8b 100644 --- a/.github/workflows/sync_crowdin.yml +++ b/.github/workflows/sync_crowdin.yml @@ -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