Skip to content

Commit 5e1550b

Browse files
committed
feat: change flutter commands to dart
1 parent 1c6dd02 commit 5e1550b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/analyzer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
- uses: subosito/flutter-action@v2
1313
with:
1414
channel: stable
15-
- run: flutter pub get
16-
- run: flutter pub global activate melos
15+
- run: dart pub get
16+
- run: dart pub global activate melos
1717
- run: melos bootstrap
1818
- uses: invertase/github-action-dart-analyzer@v1
1919
with:

0 commit comments

Comments
 (0)