From 3f3fd8030966d71a18b7a746bb54175c49fc82d8 Mon Sep 17 00:00:00 2001 From: Ellet Date: Wed, 29 May 2024 21:43:10 +0300 Subject: [PATCH] ci: add a new step in the main workflow to run the ckeck translations script --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5b0c27e6..cc1752a8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -59,3 +59,6 @@ jobs: - name: ๐Ÿงช Run Flutter tests run: flutter test + + - name: ๐Ÿ” Check the translations + run: dart ./scripts/ensure_translations_correct.dart