Skip to content

Commit 287d047

Browse files
author
timhauke
committed
Docs: Add GitHub Actions workflow status badges
Include badges for test, build, deploy, docs, and security workflows to provide a quick overview of CI/CD status in the README.
1 parent 4f95ad2 commit 287d047

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,23 @@
1111
<a href="https://www.python.org/"><img src="https://img.shields.io/badge/Python-3.11+-3776AB?style=for-the-badge&logo=python&logoColor=white" alt="Python"></a>
1212
<a href="https://www.apache.org/licenses/LICENSE-2.0"><img src="https://img.shields.io/badge/License-Apache%202.0-0A0A0A?style=for-the-badge" alt="License"></a>
1313
</p>
14+
<p>
15+
<a href="https://github.com/VectoDE/VectoBeat/actions/workflows/test.yml">
16+
<img src="https://github.com/VectoDE/VectoBeat/actions/workflows/test.yml/badge.svg?branch=main" alt="Quality Gate Status" />
17+
</a>
18+
<a href="https://github.com/VectoDE/VectoBeat/actions/workflows/build.yml">
19+
<img src="https://github.com/VectoDE/VectoBeat/actions/workflows/build.yml/badge.svg?branch=main" alt="Build Status" />
20+
</a>
21+
<a href="https://github.com/VectoDE/VectoBeat/actions/workflows/deploy.yml">
22+
<img src="https://github.com/VectoDE/VectoBeat/actions/workflows/deploy.yml/badge.svg?branch=main" alt="Release & Publish" />
23+
</a>
24+
<a href="https://github.com/VectoDE/VectoBeat/actions/workflows/docs.yml">
25+
<img src="https://github.com/VectoDE/VectoBeat/actions/workflows/docs.yml/badge.svg?branch=main" alt="Documentation Guard" />
26+
</a>
27+
<a href="https://github.com/VectoDE/VectoBeat/actions/workflows/security.yml">
28+
<img src="https://github.com/VectoDE/VectoBeat/actions/workflows/security.yml/badge.svg?branch=main" alt="Security Audit" />
29+
</a>
30+
</p>
1431
</div>
1532

1633
<hr />

0 commit comments

Comments
 (0)