Skip to content

Commit 86fd476

Browse files
ci: update format command
1 parent 3b0c84c commit 86fd476

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
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install dependencies
3838
run: flutter pub get
3939
- name: Format code
40-
run: flutter format --dry-run --set-exit-if-changed .
40+
run: dart format --set-exit-if-changed .
4141
- name: Analyze static code
4242
run: flutter analyze
4343
- name: Run tests

0 commit comments

Comments
 (0)