Skip to content

Commit 8b85b86

Browse files
ci: fix format command
1 parent 0f0f551 commit 8b85b86

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)