opt.: include core repos via submodules (#1046)

* opt.: include core repos via submodules

* fix: checkout submodules in analysis workflow

* fix: scope analysis to app sources

* refactor: move direct-included repos under packages
This commit is contained in:
lollipopkit🏳️‍⚧️
2026-02-07 00:58:56 +08:00
committed by GitHub
parent 67f091b2dc
commit a2922f9b0f
9 changed files with 43 additions and 33 deletions

View File

@@ -19,6 +19,7 @@ jobs:
- uses: actions/checkout@v6
with:
fetch-depth: 1
submodules: recursive
- uses: subosito/flutter-action@v2
with:
@@ -29,7 +30,7 @@ jobs:
# Consider passing '--fatal-infos' for slightly stricter analysis.
- name: Analyze project source
run: dart analyze
run: flutter analyze lib test
# Your project will need to have tests in test/ and a dependency on
# package:test for this step to succeed. Note that Flutter projects will