ci: Don't fail validation on unimportant warnings

This commit is contained in:
Pun Butrach 2024-06-24 23:52:23 +07:00 committed by GitHub
parent 5c68d513a3
commit cafdfcda47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: |