Skip to content

Commit fb2cc83

Browse files
authored
Update flutter.yml
1 parent 16a69b0 commit fb2cc83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/flutter.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ jobs:
3737

3838
- name: Format code
3939
if: ${{ matrix.flutter-channel == 'stable' }}
40-
run: flutter format lib --set-exit-if-changed
40+
run: dart format lib --set-exit-if-changed
4141

4242
- name: Analyze
4343
if: ${{ matrix.flutter-channel == 'stable' }}
44-
run: flutter analyze lib
44+
run: dart analyze lib
4545

4646
- name: Gen code
4747
run: flutter packages pub run build_runner build --delete-conflicting-outputs

0 commit comments

Comments
 (0)