Skip to content

Commit 653da07

Browse files
oriventiaagarwal1012
authored andcommitted
fix: update formatting command in CI workflow to use dart format
1 parent bbca961 commit 653da07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Run Tests
3838
run: |
3939
flutter pub get
40-
flutter format --dry-run --set-exit-if-changed .
40+
dart format -o none --set-exit-if-changed .
4141
flutter analyze --no-pub
4242
flutter test --no-pub --coverage
4343
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)