Skip to content

Commit 19af9dd

Browse files
authored
add badges
1 parent bd8bde8 commit 19af9dd

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@ Roy is a HTTP server compatible with the OpenAI platform format that simulates e
88
test your clients behaviour under weird circumstances. Once started, Roy will run the server on port 8000 and will
99
return responses using [Lorem Ipsum](https://www.lipsum.com/) dummy text.
1010

11+
<div align="center">
12+
13+
[![Test](https://github.com/masci/roy/actions/workflows/test.yml/badge.svg)](https://github.com/masci/roy/actions/workflows/test.yml)
14+
[![Release](https://github.com/masci/roy/actions/workflows/release.yml/badge.svg)](https://github.com/masci/roy/actions/workflows/release.yml)
15+
[![Docker Publish](https://github.com/masci/roy/actions/workflows/docker-publish.yml/badge.svg)](https://github.com/masci/roy/actions/workflows/docker-publish.yml)
16+
17+
![GitHub License](https://img.shields.io/github/license/masci/roy?color=blue)
18+
![Crates.io Version](https://img.shields.io/crates/v/roy-cli)
19+
![Crates.io Downloads (recent)](https://img.shields.io/crates/dr/roy-cli)
20+
21+
</div>
22+
23+
1124
## 💾 Installation
1225

1326
If you have Rust available, you can install Roy from [crates.io](https://crates.io/crates/roy-cli) with:

0 commit comments

Comments
 (0)