-
-
Notifications
You must be signed in to change notification settings - Fork 102
Fix broken GitHub Actions badge URL in README.md #879
Copy link
Copy link
Open
Labels
DocumentationImprovements or additions to documentationImprovements or additions to documentationGood First IssueGood for newcomers or first time contributors.Good for newcomers or first time contributors.PyCon DE 2026Issues marked with this label are specifically intended for participants of the PyCon DE tutorial.Issues marked with this label are specifically intended for participants of the PyCon DE tutorial.
Metadata
Metadata
Assignees
Labels
DocumentationImprovements or additions to documentationImprovements or additions to documentationGood First IssueGood for newcomers or first time contributors.Good for newcomers or first time contributors.PyCon DE 2026Issues marked with this label are specifically intended for participants of the PyCon DE tutorial.Issues marked with this label are specifically intended for participants of the PyCon DE tutorial.
This issue is currently reserved for participants of a tutorial at PyCon DE & PyData 2026. It is part of a guided session, so contributions may be coordinated during the event. If the issue is not resolved during the tutorial, it will be reopened for general contributions afterward. Thank you for your understanding and interest in contributing 💜
Description
The GitHub Actions badge for the lint workflow in the
README.mdis currently not displaying correctly.This happens because the badge URL is using an outdated format (
/workflows/.../badge.svg) instead of the current recommended format (/actions/workflows/.../badge.svg).Updating this URL will ensure the badge renders properly and reflects the workflow status.
Current Behavior
The badge is not displayed (broken image or not loading).
Current implementation
Screenshot (current state)
Expected Behavior
The badge should display correctly and show the current status of the workflow.
Expected implementation
Screenshot (expected state)
Why this matters
Tasks
README.mdimg srcURL with the updated format