Skip to content

Commit

Permalink
Fix ci-image badge (#98)
Browse files Browse the repository at this point in the history
The shields.io project changed up the URL structure for GitHub Actions workflow badges a while back:

badges/shields#8671

This change corrects the `ci-image` URL accordingly.
  • Loading branch information
jgarber623 authored Feb 12, 2024
1 parent 3870083 commit 84b594b
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 @@ -145,7 +145,7 @@ The following groups are provided by default:

Inspired by the `sort-comp` rule from [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react).

[ci-image]: https://img.shields.io/github/workflow/status/bryanrsmith/eslint-plugin-sort-class-members/CI/main?style=flat-square
[ci-image]: https://img.shields.io/github/actions/workflow/status/bryanrsmith/eslint-plugin-sort-class-members/ci.yaml?branch=main&style=flat-square
[ci-url]: https://github.com/bryanrsmith/eslint-plugin-sort-class-members/actions
[npm-image]: https://img.shields.io/npm/v/eslint-plugin-sort-class-members.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/eslint-plugin-sort-class-members

0 comments on commit 84b594b

Please sign in to comment.