1 parent 5ef702b commit 924da39Copy full SHA for 924da39
1 file changed
.github/workflows/dart.yaml
@@ -36,6 +36,9 @@ jobs:
36
with:
37
sdk: stable
38
39
+ - name: "Get dependencies"
40
+ run: dart pub get
41
+
42
- name: "dart format"
43
run: |
44
echo "Checking Dart formatting...\nFiles displayed below:"
0 commit comments