Skip to content

fix(readme): correct workflow badge extensions to .yaml#67

Merged
johnnyhuy merged 1 commit into
mainfrom
fix/readme-badge-extensions
Jun 21, 2026
Merged

fix(readme): correct workflow badge extensions to .yaml#67
johnnyhuy merged 1 commit into
mainfrom
fix/readme-badge-extensions

Conversation

@johnnyhuy

Copy link
Copy Markdown
Contributor

Summary

GitHub Actions badge URLs must use the same extension as the workflow file. The CI workflow is ci.yaml and the release workflow is release-please.yaml. The badge URLs in the README were pointing at .yml and returning 404 in the rendered README (broken image icons in the CI/CD row).

Testing

Verified both badge URLs return HTTP 200 with image/svg+xml:

  • https://github.com/echohello-dev/skillet/actions/workflows/ci.yaml/badge.svg
  • https://github.com/echohello-dev/skillet/actions/workflows/release-please.yaml/badge.svg

GitHub Actions badge URLs must use the same extension as the workflow
file. The CI workflow is `ci.yaml` and the release workflow is
`release-please.yaml`; the badge URLs were pointing at `.yml` and
returning 404 in the rendered README.

Co-authored-by: codex@echohello.dev
@johnnyhuy johnnyhuy merged commit a8faf90 into main Jun 21, 2026
11 checks passed
@johnnyhuy johnnyhuy deleted the fix/readme-badge-extensions branch June 21, 2026 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant