From 13f2cbf9f5df0d3cc03435f1bd8fcdfbe2d33df4 Mon Sep 17 00:00:00 2001 From: haya14busa Date: Sun, 16 Jun 2024 17:05:11 +0900 Subject: [PATCH 1/2] Add used-by counter badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a15c0f0..b6a924b 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ [![release](https://github.com/reviewdog/action-eslint/workflows/release/badge.svg)](https://github.com/reviewdog/action-eslint/actions?query=workflow%3Arelease) [![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/reviewdog/action-eslint?logo=github&sort=semver)](https://github.com/reviewdog/action-eslint/releases) [![action-bumpr supported](https://img.shields.io/badge/bumpr-supported-ff69b4?logo=github&link=https://github.com/haya14busa/action-bumpr)](https://github.com/haya14busa/action-bumpr) +[![Used-by counter](https://img.shields.io/endpoint?url=https://haya14busa.github.io/github-used-by/data/reviewdog/action-eslint/shieldsio.json)](https://github.com/haya14busa/github-used-by/tree/main/repo/reviewdog/action-eslint) This action runs [eslint](https://github.com/eslint/eslint) with [reviewdog](https://github.com/reviewdog/reviewdog) on pull requests to improve From c361d85bb3865002243611799d518761d276f061 Mon Sep 17 00:00:00 2001 From: haya14busa Date: Sun, 16 Jun 2024 17:06:01 +0900 Subject: [PATCH 2/2] remove docker image ci badge --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b6a924b..fc9ed86 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # GitHub Action: Run eslint with reviewdog -[![Docker Image CI](https://github.com/reviewdog/action-eslint/workflows/Docker%20Image%20CI/badge.svg)](https://github.com/reviewdog/action-eslint/actions) [![depup](https://github.com/reviewdog/action-eslint/workflows/depup/badge.svg)](https://github.com/reviewdog/action-eslint/actions?query=workflow%3Adepup) [![release](https://github.com/reviewdog/action-eslint/workflows/release/badge.svg)](https://github.com/reviewdog/action-eslint/actions?query=workflow%3Arelease) [![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/reviewdog/action-eslint?logo=github&sort=semver)](https://github.com/reviewdog/action-eslint/releases)