We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e537d3 commit 100e3d1Copy full SHA for 100e3d1
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Analyze
38
run: flutter analyze --no-fatal-infos
39
- name: Format
40
- run: dart format --set-exit-if-changed --dry-run .
+ run: dart format --set-exit-if-changed -o none .
41
42
test:
43
name: Test
0 commit comments