Skip to content

Commit 36e9727

Browse files
ci: Fix pipeline format
1 parent 8a0d95b commit 36e9727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install dependencies
3636
run: flutter pub get
3737
- name: Format code
38-
run: flutter format --dry-run --set-exit-if-changed .
38+
run: flutter format --dry-run --set-exit-if-changed $(find . -name "*.dart" -not -wholename "./lib/localization/intl/*")
3939
- name: Analyze static code
4040
run: flutter analyze
4141
- name: Run tests

0 commit comments

Comments
 (0)