Skip to content

Commit 869426e

Browse files
committed
fix: Do not format localization files
1 parent 2573e51 commit 869426e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flutter_analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Check formatting (excluding lib/l10n)
2424
run: |
25-
find . -type f -name "*.dart" ! -path "./lib/l10n/*" -print0 | xargs -0 dart format --set-exit-if-changed .
25+
find . -type f -name "*.dart" ! -path "./lib/l10n/**" -print0 | xargs -0 dart format --set-exit-if-changed .
2626
2727
- name: Run analysis
2828
run: flutter analyze

0 commit comments

Comments
 (0)