Skip to content

Commit 5221b1b

Browse files
ci: run analyze on all plugins (#3513)
1 parent e0e31d3 commit 5221b1b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/all_plugins.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,21 @@ jobs:
106106
- name: "Flutter Test - Web"
107107
run: melos run test:web --no-select
108108

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

Comments
 (0)