We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dc68d9 commit 2e8784eCopy full SHA for 2e8784e
.github/workflows/dart.yml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Install dependencies
29
run: |
30
- dart pub global activate melos
+ fvm dart pub global activate melos
31
melos bootstrap
32
melos run postbootstrap
33
@@ -36,7 +36,7 @@ jobs:
36
37
# Uncomment this step to verify the use of 'dart format' on each commit.
38
- name: Verify formatting
39
- run: dart format --output=none --set-exit-if-changed .
+ run: fvm dart format --output=none --set-exit-if-changed .
40
41
# Consider passing '--fatal-infos' for slightly stricter analysis.
42
- name: Analyze project source
0 commit comments