Skip to content

Commit cafdfcd

Browse files
authored
ci: Don't fail validation on unimportant warnings
1 parent 5c68d51 commit cafdfcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync_crowdin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: |
5757
dart pub get
5858
dart run slang
59-
dart analyze lib/gen/strings.g.dart
59+
flutter analyze lib/gen/strings.g.dart --no-fatal-infos --no-fatal-warnings
6060
6161
- name: Commit translations
6262
run: |

0 commit comments

Comments
 (0)