Update badge link to use 'main' branch#58
Conversation
📝 WalkthroughWalkthroughUpdated GitHub Actions workflow status badge in README to reference the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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 |
There was a problem hiding this comment.
Pull request overview
This pull request updates the GitHub Actions workflow status badge in the README to reference the 'main' branch instead of 'master', aligning with modern Git branch naming conventions.
- Updated the branch parameter in the GitHub Actions workflow status badge URL from 'master' to 'main'
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In @README.md:
- Line 16: The badge image in the README uses an <img> tag without alt text;
update the tag that references
"https://img.shields.io/github/actions/workflow/status/twangodev/lfm-cli/build.yml?branch=main"
to include a meaningful alt attribute (e.g., alt="GitHub Actions build status")
so the <img> element describes the badge's purpose for accessibility and
linting.
📜 Review details
Configuration used: defaults
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
README.md
🧰 Additional context used
🪛 markdownlint-cli2 (0.18.1)
README.md
16-16: Images should have alternate text (alt text)
(MD045, no-alt-text)
🔇 Additional comments (1)
README.md (1)
16-16: ✅ Branch reference updated correctly.The badge URL parameter correctly references the
mainbranch, aligning with the repository's primary branch rename. This ensures the workflow status badge displays the correct CI/CD status.
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.