Skip to content

Commit

Permalink
README.md: fix github workflow badge
Browse files Browse the repository at this point in the history
* The previous URL pattern seems no longer work. Use the new pattern
  based on the config yml filename.
  • Loading branch information
yookoala committed Feb 2, 2024
1 parent c22166c commit 94cded5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
[travis]: https://travis-ci.com/github/yookoala/gofast?branch=main
[travis-badge]: https://api.travis-ci.com/yookoala/gofast.svg?branch=main
[github-action]: https://github.com/yookoala/gofast/actions?query=workflow%3ATests+branch%3Amain
[github-action-badge]: https://github.com/yookoala/gofast/workflows/Tests/badge.svg?branch=main
[github-action-badge]: https://github.com/yookoala/gofast/actions/workflows/ci.yml/badge.svg?branch=main
[goreport]: https://goreportcard.com/report/github.com/yookoala/gofast
[goreport-badge]: https://goreportcard.com/badge/github.com/yookoala/gofast
[golang]: https://golang.org
Expand Down

0 comments on commit 94cded5

Please sign in to comment.