ci: add a new step in the main workflow to run the ckeck translations script

pull/1904/head
Ellet 10 months ago
parent 9b207f29d0
commit 3f3fd80309
  1. 3
      .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

Loading…
Cancel
Save