We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0e31d3 commit 5221b1bCopy full SHA for 5221b1b
.github/workflows/all_plugins.yaml
@@ -106,3 +106,21 @@ jobs:
106
- name: "Flutter Test - Web"
107
run: melos run test:web --no-select
108
109
+ analyze:
110
+ runs-on: ubuntu-latest
111
+ timeout-minutes: 40
112
+ steps:
113
+ - uses: actions/checkout@v4
114
+ with:
115
+ fetch-depth: 0
116
+ - uses: flutter-actions/setup-flutter@v4
117
+
118
+ - name: "Install Tools"
119
+ run: ./.github/workflows/scripts/install-tools.sh
120
121
+ - name: "Bootstrap Workspace"
122
+ run: melos bootstrap
123
124
+ - name: "Flutter Analyze"
125
+ run: melos run analyze
126
0 commit comments