Skip to content

Commit

Permalink
Fix GitHub workflow badges
Browse files Browse the repository at this point in the history
  • Loading branch information
jhildenbiddle committed Feb 7, 2024
1 parent 8e56a82 commit 2bf1d4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Vertical Rhythm Reset <!-- omit in toc -->

[![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)
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 2bf1d4f

Please sign in to comment.