Skip to content

Commit 8d3123b

Browse files
committed
Fix workflow badge URLs
Point the README badges at the renamed repository and pin them to push runs on main so they reflect branch health more reliably.
1 parent d1a9cd2 commit 8d3123b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# HOS API
22

3+
[![Fmt](https://github.com/HackHumanityOrg/hos-api/actions/workflows/fmt.yml/badge.svg?branch=main&event=push)](https://github.com/HackHumanityOrg/hos-api/actions/workflows/fmt.yml)
4+
[![Clippy](https://github.com/HackHumanityOrg/hos-api/actions/workflows/clippy.yml/badge.svg?branch=main&event=push)](https://github.com/HackHumanityOrg/hos-api/actions/workflows/clippy.yml)
5+
[![Tests](https://github.com/HackHumanityOrg/hos-api/actions/workflows/tests.yml/badge.svg?branch=main&event=push)](https://github.com/HackHumanityOrg/hos-api/actions/workflows/tests.yml)
6+
37
A high-performance Rust monorepo for data indexing and API services built with modern async architecture.
48

59
## Architecture

0 commit comments

Comments
 (0)