From cafdfcda4754a88708651f3b5c3e0c3752cee3ce Mon Sep 17 00:00:00 2001 From: Pun Butrach Date: Mon, 24 Jun 2024 23:52:23 +0700 Subject: [PATCH] ci: Don't fail validation on unimportant warnings --- .github/workflows/sync_crowdin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync_crowdin.yml b/.github/workflows/sync_crowdin.yml index 0a2f7e8d..ab850d6c 100644 --- a/.github/workflows/sync_crowdin.yml +++ b/.github/workflows/sync_crowdin.yml @@ -56,7 +56,7 @@ jobs: run: | dart pub get dart run slang - dart analyze lib/gen/strings.g.dart + flutter analyze lib/gen/strings.g.dart --no-fatal-infos --no-fatal-warnings - name: Commit translations run: |