A new GitHub Actions workflow was added to run a build check on pull requests and pushes to main, staging, and dev (checking out the code, setting up Bun, installing dependencies, and building the shared, server, and vite packages), and the Stripe dependency in shared/package.json was bumped to a beta version. This enforces build integrity in CI and helps catch errors early across all packages. However, it may increase CI run time and the newly introduced Stripe beta release could pose stability risks if not thoroughly vetted.