Skip to content

Commit

Permalink
docs: fix link for GitHub actions badge
Browse files Browse the repository at this point in the history
This changes the README to use a different link for the GitHub actions
badge. The atrox.dev link that the custom badge normally recommends
doesn't work reliably. Instead, let's mix-and-match the custom badge
with the standard link provided by GitHub.
  • Loading branch information
nfischer committed Aug 5, 2023
1 parent 05db932 commit e7ddba9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Shx

[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fshelljs%2Fshx%2Fbadge%3Fref%3Dmain&style=flat-square)](https://actions-badge.atrox.dev/shelljs/shx/goto?ref=main)
[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fshelljs%2Fshx%2Fbadge%3Fref%3Dmain&style=flat-square)](https://github.com/shelljs/shx/actions/workflows/main.yml)
[![GitHub Actions](https://github.com/shelljs/shx/actions/workflows/main.yml/badge.svg?branch=main&style=flat-square)](https://github.com/shelljs/shx/actions/workflows/main.yml)
[![Codecov](https://img.shields.io/codecov/c/github/shelljs/shx/main.svg?style=flat-square&label=coverage)](https://codecov.io/gh/shelljs/shx)
[![npm version](https://img.shields.io/npm/v/shx.svg?style=flat-square)](https://www.npmjs.com/package/shx)
[![npm downloads](https://img.shields.io/npm/dm/shx.svg?style=flat-square)](https://www.npmjs.com/package/shx)
Expand Down

0 comments on commit e7ddba9

Please sign in to comment.