We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcba3ee commit f20128eCopy full SHA for f20128e
.github/workflows/base.yaml
@@ -44,6 +44,10 @@ jobs:
44
- name: Run l10n
45
run: flutter gen-l10n
46
47
+ - name: Run l10n on example
48
+ run: flutter gen-l10n
49
+ working-directory: example
50
+
51
- name: Format code
52
run: dart format --set-exit-if-changed $(find . -name "*.dart" ! \( -wholename "./lib/localization/intl/*" -or -wholename "./example/lib/localization/intl/*" \))
53
@@ -83,7 +87,9 @@ jobs:
83
87
84
88
- name: Install dependencies
85
89
run: dart pub get
86
- working-directory: example
90
91
+ - name: Run l10n
92
93
94
- name: Run l10n on example
95
0 commit comments