We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b14ae1c commit 1f3d7e5Copy full SHA for 1f3d7e5
1 file changed
.github/workflows/analysis.yml
@@ -9,6 +9,10 @@ jobs:
9
package: [workmanager, workmanager_platform_interface, workmanager_android, workmanager_ios]
10
steps:
11
- uses: actions/checkout@v4
12
+ - uses: subosito/flutter-action@v2
13
+ with:
14
+ channel: "stable"
15
+ cache: true
16
- name: bootstrap
17
run: |
18
dart pub global activate melos
0 commit comments