Skip to content

Commit b266ce4

Browse files
authored
Update build-example.yml (#60)
* Update build-example.yml * Update tests.yml
1 parent cfdcb25 commit b266ce4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
if: ${{ matrix.channel == 'beta' }}
4444

4545
- name: Format code
46-
run: flutter format lib --set-exit-if-changed
46+
run: dart format lib --set-exit-if-changed
4747
if: ${{ matrix.channel == 'stable' }}
4848

4949
- name: Analyze

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: flutter packages get
3232

3333
- name: Format
34-
run: flutter format lib test example --set-exit-if-changed
34+
run: dart format lib test example --set-exit-if-changed
3535
if: ${{ matrix.channel == 'stable' }}
3636

3737
- name: Analyze

0 commit comments

Comments
 (0)