Skip to content

Commit 6723c69

Browse files
committed
fix: log diff
1 parent 27039f6 commit 6723c69

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/flutter-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ jobs:
4141
uses: maierj/fastlane-action@v3.0.0
4242
with:
4343
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 ==="
4449
- name: 'Run lints'
4550
uses: maierj/fastlane-action@v3.0.0
4651
with:

0 commit comments

Comments
 (0)