Skip to content

Commit 1b2c278

Browse files
author
Sergey Khomushin
committed
dart.yml: rename art to flutter
1 parent 4e8415b commit 1b2c278

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dart.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@ jobs:
2525
- uses: dart-lang/setup-dart@9a04e6d73cca37bd455e0608d7e5092f881fd603
2626

2727
- name: Install dependencies
28-
run: dart pub get
28+
run: flutter pub get
2929

3030
# Uncomment this step to verify the use of 'dart format' on each commit.
3131
# - name: Verify formatting
3232
# run: dart format --output=none --set-exit-if-changed .
3333

3434
# Consider passing '--fatal-infos' for slightly stricter analysis.
3535
- name: Analyze project source
36-
run: dart analyze
36+
run: flutter analyze
3737

3838
# Your project will need to have tests in test/ and a dependency on
3939
# package:test for this step to succeed. Note that Flutter projects will
4040
# want to change this to 'flutter test'.
4141
- name: Run tests
42-
run: dart test
42+
run: flutter test

0 commit comments

Comments
 (0)