Skip to content

Commit a929fdc

Browse files
committed
docs(readme): use GitHub native badges for workflow status
GitHub native badges show actual status and work for private repos. shields.io cannot access GitHub API for private repos.
1 parent 9d591bb commit a929fdc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
**Clone a repo. Run tasks. No setup required.**
44

5-
[![Build & Test](https://img.shields.io/badge/Build%20%26%20Test-passing-brightgreen?style=for-the-badge)](https://github.com/CodingWithCalvin/rnr.cli/actions/workflows/build.yml)
6-
[![Integration Tests](https://img.shields.io/badge/Integration%20Tests-passing-brightgreen?style=for-the-badge)](https://github.com/CodingWithCalvin/rnr.cli/actions/workflows/integration-test.yml)
5+
[![Build & Test](https://github.com/CodingWithCalvin/rnr.cli/actions/workflows/build.yml/badge.svg)](https://github.com/CodingWithCalvin/rnr.cli/actions/workflows/build.yml)
6+
[![Integration Tests](https://github.com/CodingWithCalvin/rnr.cli/actions/workflows/integration-test.yml/badge.svg)](https://github.com/CodingWithCalvin/rnr.cli/actions/workflows/integration-test.yml)
77
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=for-the-badge)](https://opensource.org/licenses/MIT)
88

99
---

0 commit comments

Comments
 (0)