Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit 7be20db

Browse files
committed
Fix badge url for workflows
See badges/shields#8671
1 parent 7179f2c commit 7be20db

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![npm](https://img.shields.io/npm/v/github-version-checker?logo=npm)](https://www.npmjs.com/package/github-version-checker)
2-
[![GitHub Workflow Status (CI)](https://img.shields.io/github/workflow/status/axelrindle/github-version-checker/CI/main?logo=github)](https://github.com/axelrindle/github-version-checker/actions/workflows/ci.yml)
3-
[![GitHub Workflow Status (Docs)](https://img.shields.io/github/workflow/status/axelrindle/github-version-checker/Docs/main?label=Docs&logo=github)](https://github.com/axelrindle/github-version-checker/actions/workflows/docs.yml)
2+
[![GitHub Workflow Status (CI)](https://img.shields.io/github/actions/workflow/status/axelrindle/github-version-checker/ci.yml?branch=main&logo=github)](https://github.com/axelrindle/github-version-checker/actions/workflows/ci.yml)
3+
[![GitHub Workflow Status (Docs)](https://img.shields.io/github/actions/workflow/status/axelrindle/github-version-checker/docs.yml?branch=main&label=Docs&logo=github)](https://github.com/axelrindle/github-version-checker/actions/workflows/docs.yml)
44
[![Codacy grade](https://img.shields.io/codacy/grade/f82826738d2b43b1b8ba40dd780d1784?logo=codacy)](https://www.codacy.com/gh/axelrindle/github-version-checker/dashboard?utm_source=github.com&utm_medium=referral&utm_content=axelrindle/github-version-checker&utm_campaign=Badge_Grade)
55
[![Codacy coverage](https://img.shields.io/codacy/coverage/f82826738d2b43b1b8ba40dd780d1784?logo=codacy)](https://www.codacy.com/gh/axelrindle/github-version-checker/dashboard?utm_source=github.com&utm_medium=referral&utm_content=axelrindle/github-version-checker&utm_campaign=Badge_Coverage)
66

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![npm](https://img.shields.io/npm/v/github-version-checker?logo=npm&style=for-the-badge)](https://www.npmjs.com/package/github-version-checker)
2-
[![GitHub Workflow Status (CI)](https://img.shields.io/github/workflow/status/axelrindle/github-version-checker/CI/main?logo=github&style=for-the-badge)](https://github.com/axelrindle/github-version-checker/actions/workflows/ci.yml)
3-
[![GitHub Workflow Status (Docs)](https://img.shields.io/github/workflow/status/axelrindle/github-version-checker/Docs/main?label=Docs&logo=github&style=for-the-badge)](https://github.com/axelrindle/github-version-checker/actions/workflows/docs.yml)
2+
[![GitHub Workflow Status (CI)](https://img.shields.io/github/actions/workflow/status/axelrindle/github-version-checker/ci.yml?branch=main&logo=github&style=for-the-badge)](https://github.com/axelrindle/github-version-checker/actions/workflows/ci.yml)
3+
[![GitHub Workflow Status (Docs)](https://img.shields.io/github/actions/workflow/status/axelrindle/github-version-checker/docs.yml?branch=main&label=Docs&logo=github&style=for-the-badge)](https://github.com/axelrindle/github-version-checker/actions/workflows/docs.yml)
44
[![Codacy grade](https://img.shields.io/codacy/grade/f82826738d2b43b1b8ba40dd780d1784?logo=codacy&style=for-the-badge)](https://www.codacy.com/gh/axelrindle/github-version-checker/dashboard?utm_source=github.com&utm_medium=referral&utm_content=axelrindle/github-version-checker&utm_campaign=Badge_Grade)
55
[![Codacy coverage](https://img.shields.io/codacy/coverage/f82826738d2b43b1b8ba40dd780d1784?logo=codacy&style=for-the-badge)](https://www.codacy.com/gh/axelrindle/github-version-checker/dashboard?utm_source=github.com&utm_medium=referral&utm_content=axelrindle/github-version-checker&utm_campaign=Badge_Coverage)

0 commit comments

Comments
 (0)