Skip to content

Commit 100e3d1

Browse files
committed
use dart format correctly
1 parent 1e537d3 commit 100e3d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Analyze
3838
run: flutter analyze --no-fatal-infos
3939
- name: Format
40-
run: dart format --set-exit-if-changed --dry-run .
40+
run: dart format --set-exit-if-changed -o none .
4141

4242
test:
4343
name: Test

0 commit comments

Comments
 (0)