File SystemPackage ManagerInstall dependencies with Bun in GitHub ActionsUse the official setup-bun GitHub Action to install bun in your GitHub Actions runner.Copy MarkdownOpenConfigure git to diff Bun's lockb lockfileBun v1.1.39 introduced bun.lock , a JSONC formatted lockfile. bun.lock is human-readable and git-diffable without configuration, at no cost to performance. InRun your tests with the Bun test runnerBun has a built-in test runner with a Jest-like expect API.