Closed RnkSngh closed 1 month ago
The pull request introduces modifications to several GitHub Actions workflow files, specifically .github/workflows/bindings.yml
, .github/workflows/foundry.yml
, .github/workflows/lint.yml
, and .github/workflows/release.yml
. The primary change across these files is the removal of the --frozen-lockfile
option from the bun install
command, which alters how dependencies are installed. Additionally, there is a correction in the indentation of a step in the bindings.yml
file, while the overall structure of the workflows remains consistent.
File Path | Change Summary |
---|---|
.github/workflows/bindings.yml |
Removed --frozen-lockfile from bun install command; corrected indentation of Generate Bindings step. |
.github/workflows/foundry.yml |
Removed --frozen-lockfile from bun install command. |
.github/workflows/lint.yml |
Removed --frozen-lockfile from bun install command. |
.github/workflows/release.yml |
Removed --frozen-lockfile from bun install command in the registries job; no other significant changes. |
release.yml
workflow file involve modifying the Bun installation command by removing the --frozen-lockfile
option, which directly relates to the changes made in the main PR regarding dependency installation processes.🐇 In the garden where the bunnies play,
Dependencies dance in a brand new way.
Withbun install
now free to roam,
Our workflows sing, and we feel at home.
Hopping along, we celebrate the cheer,
For every change brings us closer, my dear! 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
this PR removes the frozen lock file check to allow merging dependabot prs more easily
Summary by CodeRabbit
New Features
Bug Fixes
Chores