We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2311087 commit dfbb696Copy full SHA for dfbb696
.github/workflows/survey_kit_ci.yml
@@ -23,6 +23,11 @@ jobs:
23
- name: Resolve Root Dependencies
24
run: dart pub get
25
26
+ - name: Debug Environment
27
+ run: |
28
+ ls -la
29
+ melos --version
30
+
31
- name: Bootstrap Workspace
32
run: melos bootstrap
33
melos.yaml
@@ -8,8 +8,6 @@ command:
8
bootstrap:
9
usePubspecOverrides: true
10
11
-
12
13
scripts:
14
analyze:
15
exec: flutter analyze .
0 commit comments