-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Summary
CI installs all dependencies from scratch on every run. Adding caching for uv and npm dependencies will make PR checks faster for contributors.
What to do
- Edit
.github/workflows/ci.yml - Add
cache: trueto theastral-sh/setup-uvstep (uv supports built-in caching) - Add
cache: 'npm'to theactions/setup-nodestep withcache-dependency-path: schemas/package-lock.json - Verify caching works on a second CI run (should show cache hits)
Acceptance criteria
-
uvdependencies are cached between runs -
npmdependencies are cached between runs - CI still passes cleanly
References
Estimated time: ~30 minutes
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers