There was an error while loading. Please reload this page.
1 parent 27039f6 commit 6723c69Copy full SHA for 6723c69
1 file changed
.github/workflows/flutter-ci.yml
@@ -41,6 +41,11 @@ jobs:
41
uses: maierj/fastlane-action@v3.0.0
42
with:
43
lane: 'fetch_dependencies'
44
+ - name: 'Show localizations diff'
45
+ run: |
46
+ echo "=== Git diff for lib/l10n/app_localizations.dart ==="
47
+ git diff lib/l10n/app_localizations.dart || echo "No changes in app_localizations.dart"
48
+ echo "=== End of diff ==="
49
- name: 'Run lints'
50
51
0 commit comments