Skip to content

Commit

Permalink
add workflow badges to readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
lucien-loua committed Sep 8, 2024
1 parent dccbee7 commit 962642e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div style="text-align: center">
<div align="center">
<img src="./logo.svg" alt="Logo Omi3"/>
</div>

Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<div align="center">
<img src="./logo.svg" alt="Logo Omi3"/>

<img src="https://img.shields.io/github/actions/workflow/status/xyhomi3/omi3/build.yml?branch=main&label=build" alt="Build Status"/>
<img src="https://img.shields.io/github/actions/workflow/status/xyhomi3/omi3/test.yml?branch=main&label=test" alt="Test"/>
<img src="https://img.shields.io/github/repo-size/xyhomi3/omi3" alt="Repo Size"/>
</div>

---
Expand Down Expand Up @@ -33,6 +37,7 @@ The project is organized as follows:
├── tsup/ # tsup configuration
└── typescript/ # TypeScript configurations
```

## Getting Started

1. Ensure you have `Node.js (>=18)` and `pnpm` installed.
Expand Down
2 changes: 2 additions & 0 deletions apps/site/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# `@omi3/site`

![Version](https://img.shields.io/github/package-json/v/xyhomi3/omi3?filename=apps%2Fsite%2Fpackage.json)

Main website.
1 change: 1 addition & 0 deletions packages/audio/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# `@omi3/audio`
![Version](https://img.shields.io/github/package-json/v/xyhomi3/omi3?filename=packages%2Faudio%2Fpackage.json)

A flexible audio management library for web applications.

Expand Down
2 changes: 2 additions & 0 deletions packages/utils/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# `@omi3/utils`

![Version](https://img.shields.io/github/package-json/v/xyhomi3/omi3?filename=packages%2Futils%2Fpackage.json)

`@omi3/utils` is a library of reusable constants and utility functions.

0 comments on commit 962642e

Please sign in to comment.