We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4122745 commit 3b1ffbbCopy full SHA for 3b1ffbb
.github/workflows/dart.yml
@@ -25,15 +25,15 @@ jobs:
25
- uses: dart-lang/setup-dart@9a04e6d73cca37bd455e0608d7e5092f881fd603
26
27
- name: Install dependencies
28
- run: flutter pub get
+ run: dart pub get
29
30
# Uncomment this step to verify the use of 'dart format' on each commit.
31
# - name: Verify formatting
32
# run: dart format --output=none --set-exit-if-changed .
33
34
# Consider passing '--fatal-infos' for slightly stricter analysis.
35
- name: Analyze project source
36
- run: flutter analyze
+ run: dart analyze
37
38
# Your project will need to have tests in test/ and a dependency on
39
# package:test for this step to succeed. Note that Flutter projects will
0 commit comments