Closed skosito closed 4 months ago
In the publish-npm.yaml
GitHub Actions workflow, a new step was added to install the Foundry toolchain using foundry-rs/foundry-toolchain@v1
. This ensures that the tool required by Hardhat is available during the npm publish process, thereby preventing build failures related to missing forge
installations.
File | Change Summary |
---|---|
.github/workflows/publish-npm.yaml |
Added a step to install Foundry using foundry-rs/foundry-toolchain@v1 in the workflow setup. |
N/A
Objective | Addressed | Explanation |
---|---|---|
Ensure forge is installed during the npm publish workflow to prevent build failures (#240) |
✅ |
In the code where builders play,
Foundry's tools now join the fray.
No more breaks when npm calls,
Hardhat works, no stumbles or stalls.
With this fix, the build’s just right,
Publishing smooth, clear as daylight.
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?
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 58.29%. Comparing base (
8f89b49
) to head (1ce0772
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
fix #240
Summary by CodeRabbit