Add setup-bun-with-dependencies composite action#2
Merged
akarl-bricks merged 5 commits intomainfrom Feb 3, 2026
Merged
Conversation
Co-authored-by: akarl-bricks <154443100+akarl-bricks@users.noreply.github.com>
Co-authored-by: akarl-bricks <154443100+akarl-bricks@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Migrate setup-bun-with-dependencies action to common repository
Add setup-bun-with-dependencies composite action
Feb 3, 2026
akarl-bricks
reviewed
Feb 3, 2026
Co-authored-by: akarl-bricks <154443100+akarl-bricks@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR successfully migrates the setup-bun-with-dependencies composite action from the datalayer-ts repository to this shared GitHub Actions repository. The action provides a reusable way to set up Bun runtime with intelligent dependency caching for CI/CD pipelines.
Changes:
- Added new
setup-bun-with-dependenciescomposite action with Bun setup, dependency caching, and installation - Updated repository description to reflect broader scope beyond AWS infrastructure
- Added comprehensive documentation and usage examples for the new action
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| setup-bun-with-dependencies/action.yml | New composite action that sets up Bun v2, caches dependencies, and installs packages with frozen lockfile |
| examples/bun-build-workflow.yml | Example workflow demonstrating both simple and monorepo usage patterns |
| README.md | Updated description and added detailed documentation for the new action with examples and requirements |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Migration Plan for setup-bun-with-dependencies Action
Summary
Successfully migrated the
setup-bun-with-dependenciesaction to this common github-actions repository. The action is now ready for use across all projects using Bun.Changes Made:
setup-bun-with-dependencies/action.ymlwith full functionalityexamples/bun-build-workflow.ymlFeatures Implemented:
Files Changed:
README.md: Added action documentation and updated descriptionsetup-bun-with-dependencies/action.yml: New action implementation using setup-bun@v2examples/bun-build-workflow.yml: Example workflow demonstrating usageOriginal prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.