docs: always use latest bashunit version in dev dependencies#545
docs: always use latest bashunit version in dev dependencies#545sandr01d wants to merge 1 commit into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughThe contribution guide changes the bashunit bootstrap command from a pinned ChangesBashunit bootstrap
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Now that we use the bashunit GitHub Action and get updates from dependabot, we can always assume to be on the latest version. This way we don't have to update the docs constantly.
ac44e01 to
fa86251
Compare
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@CONTRIBUTING.md`:
- Line 61: Update the Bashunit install command in CONTRIBUTING.md to pass
version 0.40.0, matching the CI reference used by TypedDevs/bashunit@v0, so
local lib/bashunit uses the same pinned version.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
|
I noticed that dependabot actually not update the bashunit GitHub Action, so I'll draft this until I fixed that. |
Description
Now that we use the bashunit GitHub Action and get updates with dependabot, we can always assume to
be on the latest version. This way we don't have to update the docs constantly.
Type of change
Summary by CodeRabbit