Skip to content

Commit 924da39

Browse files
committed
Fixed CI not installing deps on format
1 parent 5ef702b commit 924da39

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

‎.github/workflows/dart.yaml‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
with:
3737
sdk: stable
3838

39+
- name: "Get dependencies"
40+
run: dart pub get
41+
3942
- name: "dart format"
4043
run: |
4144
echo "Checking Dart formatting...\nFiles displayed below:"

0 commit comments

Comments
 (0)