We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 470d954 commit 68f72c4Copy full SHA for 68f72c4
1 file changed
.github/workflows/code_health.yml
@@ -105,8 +105,10 @@ jobs:
105
with:
106
go-version: "^1.13.1"
107
- run: go install github.com/google/addlicense@latest
108
- - name: Install Dart
109
- uses: dart-lang/setup-dart@v1
+ - uses: subosito/flutter-action@v2
+ with:
110
+ channel: "stable"
111
+ cache: true
112
- name: Install Melos
113
uses: bluefireteam/melos-action@v3
114
0 commit comments