Skip to main content
This GitHub Action also supports caching the packages and dependencies installed in your devbox.json, which can significantly improve CI build times.

Usage

devbox-install-action is available on the GitHub Marketplace In your project’s workflow YAML, add the following step:

Example Workflow

The workflow below shows how to use the action to install Devbox, and then run arbitrary commands or Devbox Scripts in your shell.

Configuring the Action

See the GitHub Marketplace page for the latest configuration settings and an example. For stability over new features and bug fixes, consider pinning devbox-version. Remember to update this pinned version when you update your local Devbox via devbox version update. Edit this page