We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16a69b0 commit fb2cc83Copy full SHA for fb2cc83
.github/workflows/flutter.yml
@@ -37,11 +37,11 @@ jobs:
37
38
- name: Format code
39
if: ${{ matrix.flutter-channel == 'stable' }}
40
- run: flutter format lib --set-exit-if-changed
+ run: dart format lib --set-exit-if-changed
41
42
- name: Analyze
43
44
- run: flutter analyze lib
+ run: dart analyze lib
45
46
- name: Gen code
47
run: flutter packages pub run build_runner build --delete-conflicting-outputs
0 commit comments