Skip to content

Commit 7cb6136

Browse files
ci: fix format command
1 parent 96fe624 commit 7cb6136

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
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install dependencies
3232
run: flutter pub get
3333
- name: Format code
34-
run: dart format --dry-run --set-exit-if-changed .
34+
run: dart format --set-exit-if-changed .
3535
- name: Analyze static code
3636
run: flutter analyze
3737
- name: Run tests

0 commit comments

Comments
 (0)