From 84b594b24456355fa4ea4cb215205a975af6c5ee Mon Sep 17 00:00:00 2001 From: Jason Garber Date: Sun, 11 Feb 2024 23:19:55 -0500 Subject: [PATCH] Fix `ci-image` badge (#98) The shields.io project changed up the URL structure for GitHub Actions workflow badges a while back: https://github.com/badges/shields/issues/8671 This change corrects the `ci-image` URL accordingly. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad86b24..e8c98e5 100644 --- a/README.md +++ b/README.md @@ -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