Commit d35e4d4
fix: Add melos bootstrap to analysis workflow and fix example dependency
- Add melos bootstrap step to analysis.yml to create pubspec_overrides.yaml
files before running dart-package-analyzer
- Update example pubspec.yaml to use version constraint (^0.8.0) instead
of path dependency
This ensures the analysis CI job can properly resolve dependencies
for all packages in the monorepo structure.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent fa90c25 commit d35e4d4
2 files changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
12 | 16 | | |
13 | 17 | | |
14 | | - | |
15 | 18 | | |
16 | 19 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments