Skip to content

Commit

Permalink
badges added
Browse files Browse the repository at this point in the history
  • Loading branch information
jankapunkt committed Nov 30, 2021
1 parent 550287b commit 8e1341e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Easy Speech

[![Test suite](https://github.com/jankapunkt/easy-speech/actions/workflows/tests.yml/badge.svg)](https://github.com/jankapunkt/easy-speech/actions/workflows/tests.yml)
[![CodeQL Semantic Analysis](https://github.com/jankapunkt/easy-speech/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/jankapunkt/easy-speech/actions/workflows/codeql-analysis.yml)
![npm bundle size](https://img.shields.io/bundlephobia/min/easy-speech)
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
![GitHub](https://img.shields.io/github/license/jankapunkt/easy-speech)
Expand Down
6 changes: 6 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ <h1 class="text-center">EasySpeech</h1>
</div>

<div class="container badges text-center">
<a href="https://github.com/jankapunkt/easy-speech/actions/workflows/tests.yml">
<img alt="Test suite" src="https://github.com/jankapunkt/easy-speech/actions/workflows/tests.yml/badge.svg">
</a>
<a href="https://github.com/jankapunkt/easy-speech/actions/workflows/codeql-analysis.yml">
<img alt="CodeQL Semantic Analysis" src="https://github.com/jankapunkt/easy-speech/actions/workflows/codeql-analysis.yml/badge.svg">
</a>
<img alt="npm bundle size" src="https://img.shields.io/bundlephobia/min/easy-speech">
<img alt="GitHub" src="https://img.shields.io/github/license/jankapunkt/easy-speech">
<a href="https://www.repostatus.org/#active">
Expand Down

0 comments on commit 8e1341e

Please sign in to comment.