From 37990844da5a3ac58f9a04278e0d76054dd7070b Mon Sep 17 00:00:00 2001 From: Nate Fischer Date: Wed, 6 Dec 2023 23:00:17 -0800 Subject: [PATCH] docs: change GitHub Actions README badge This changes the README to use a standard shields.io badge for GitHub Actions. The custom badge (https://github.com/Atrox/github-actions-badge) was cool, but the atrox.dev link doesn't work reliably. I noticed that shields has support for this now, so there's no reason to use a custom badge. One notably difference is that this badge says the build is passing even if there's a job still in progress. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95c96f0..6668730 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # shelljs-plugin-inspect -[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fnfischer%2Fshelljs-plugin-inspect%2Fbadge%3Fref%3Dmain&style=flat-square)](https://actions-badge.atrox.dev/nfischer/shelljs-plugin-inspect/goto?ref=main) +[![GitHub Actions](https://img.shields.io/github/actions/workflow/status/nfischer/shelljs-plugin-inspect/main.yml?style=flat-square&logo=github)](https://github.com/nfischer/shelljs-plugin-inspect/actions/workflows/main.yml) [![npm](https://img.shields.io/npm/v/shelljs-plugin-inspect.svg?style=flat-square)](https://www.npmjs.com/package/shelljs-plugin-inspect) [![shelljs-plugin](https://img.shields.io/badge/shelljs-plugin-brightgreen.svg?style=flat-square)](https://github.com/shelljs/shelljs/wiki/Using-ShellJS-Plugins)