Skip to content

Commit 3b1ffbb

Browse files
authored
change some stuff back to dart commands because i dont know what im doing
1 parent 4122745 commit 3b1ffbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dart.yml

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

2727
- name: Install dependencies
28-
run: flutter pub get
28+
run: dart 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: flutter analyze
36+
run: dart 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

0 commit comments

Comments
 (0)