From 2bf1d4f21442b3bf888b93bfb54d1a8895fd98d0 Mon Sep 17 00:00:00 2001 From: John Hildenbiddle Date: Tue, 6 Feb 2024 21:08:45 -0600 Subject: [PATCH] Fix GitHub workflow badges --- .github/workflows/{build.yml => test.yml} | 2 +- README.md | 2 +- docs/index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/{build.yml => test.yml} (91%) diff --git a/.github/workflows/build.yml b/.github/workflows/test.yml similarity index 91% rename from .github/workflows/build.yml rename to .github/workflows/test.yml index bbf69c6..8fb940c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: os: [macos-latest, ubuntu-latest, windows-latest] steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install run: npm ci diff --git a/README.md b/README.md index 3310bdf..ea91034 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Vertical Rhythm Reset [![NPM](https://img.shields.io/npm/v/vertical-rhythm-reset.svg?style=flat-square)](https://www.npmjs.com/package/vertical-rhythm-reset) -[![GitHub Workflow Status (master)](https://img.shields.io/github/workflow/status/jhildenbiddle/vertical-rhythm-reset/Build/master?label=checks&style=flat-square)](https://github.com/jhildenbiddle/vertical-rhythm-reset/actions?query=branch%3Amaster+) +[![GitHub Workflow Status (master)](https://img.shields.io/github/actions/workflow/status/jhildenbiddle/vertical-rhythm-reset/test.yml?branch=master&label=checks&style=flat-square)](https://github.com/jhildenbiddle/vertical-rhythm-reset/actions?query=branch%3Amaster+) [![Codacy grade](https://img.shields.io/codacy/grade/01917626fcc14886ac621c1928a2961f?style=flat-square)](https://app.codacy.com/gh/jhildenbiddle/vertical-rhythm-reset/dashboard) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square)](https://github.com/jhildenbiddle/vertical-rhythm-reset/blob/master/LICENSE) [![Sponsor this project](https://img.shields.io/static/v1?style=flat-square&label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/jhildenbiddle) diff --git a/docs/index.md b/docs/index.md index b508126..0dae153 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,7 +1,7 @@ # vertical-rhythm-reset [![NPM](https://img.shields.io/npm/v/vertical-rhythm-reset.svg?style=flat-square)](https://www.npmjs.com/package/vertical-rhythm-reset) -[![GitHub Workflow Status (master)](https://img.shields.io/github/workflow/status/jhildenbiddle/vertical-rhythm-reset/Build/master?label=checks&style=flat-square)](https://github.com/jhildenbiddle/vertical-rhythm-reset/actions?query=branch%3Amaster+) +[![GitHub Workflow Status (master)](https://img.shields.io/github/actions/workflow/status/jhildenbiddle/vertical-rhythm-reset/test.yml?branch=master&label=checks&style=flat-square)](https://github.com/jhildenbiddle/vertical-rhythm-reset/actions?query=branch%3Amaster+) [![Codacy grade](https://img.shields.io/codacy/grade/01917626fcc14886ac621c1928a2961f?style=flat-square)](https://app.codacy.com/gh/jhildenbiddle/vertical-rhythm-reset/dashboard) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square)](https://github.com/jhildenbiddle/vertical-rhythm-reset/blob/master/LICENSE) [![Sponsor this project](https://img.shields.io/static/v1?style=flat-square&label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/jhildenbiddle)