From e83fbb864e993f7ead914c04586d3c5af04ea646 Mon Sep 17 00:00:00 2001 From: Pun Butrach Date: Sun, 19 May 2024 18:46:49 +0700 Subject: [PATCH] ci: Run slang first before validating translation --- .github/workflows/sync_crowdin.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sync_crowdin.yml b/.github/workflows/sync_crowdin.yml index a32d26ea..bc2f6511 100644 --- a/.github/workflows/sync_crowdin.yml +++ b/.github/workflows/sync_crowdin.yml @@ -51,6 +51,8 @@ jobs: - name: Validation of Translation Strings run: | + dart pub get + dart run slang dart analyze lib/gen/strings.g.dart - name: Commit translations