We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfdcb25 commit b266ce4Copy full SHA for b266ce4
.github/workflows/build-example.yml
@@ -43,7 +43,7 @@ jobs:
43
if: ${{ matrix.channel == 'beta' }}
44
45
- name: Format code
46
- run: flutter format lib --set-exit-if-changed
+ run: dart format lib --set-exit-if-changed
47
if: ${{ matrix.channel == 'stable' }}
48
49
- name: Analyze
.github/workflows/tests.yml
@@ -31,7 +31,7 @@ jobs:
31
run: flutter packages get
32
33
- name: Format
34
- run: flutter format lib test example --set-exit-if-changed
+ run: dart format lib test example --set-exit-if-changed
35
36
37
0 commit comments