Skip to content

Commit ca3f76c

Browse files
committedNov 22, 2024··
📝 docs(README): add badges for CI & CD
1 parent 5fa1179 commit ca3f76c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed
 

‎README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
<p align="center">
2-
<a href="CONTRIBUTING.md#pull-requests">
2+
<a href="CONTRIBUTING.md#pull-requests">
33
<img src="https://img.shields.io/badge/PRs-welcome-0?style=flat-square&labelColor=202b2d&color=3b5669" alt="PRs welcome"></a>
44
<a href="https://pypi.org/project/shuku/">
55
<img src="https://img.shields.io/pypi/v/shuku?style=flat-square&labelColor=202b2d&color=3b5669" alt="PyPI version"></a>
6-
<a href="https://github.com/welpo/shuku/releases">
6+
<a href="https://github.com/welpo/shuku/releases">
77
<img src="https://img.shields.io/github/v/release/welpo/shuku?style=flat-square&labelColor=202b2d&color=3b5669" alt="Latest release"></a>
88
<a href="https://codecov.io/gh/welpo/shuku">
99
<img src="https://img.shields.io/codecov/c/gh/welpo/shuku?style=flat-square&labelColor=202b2d&color=3b5669" alt="Codecov"></a>
10+
<a href="https://github.com/welpo/shuku/actions/workflows/ci.yml">
11+
<img src="https://img.shields.io/github/actions/workflow/status/welpo/shuku/.github%2Fworkflows%2Fci.yml?label=CI&style=flat-square&labelColor=202b2d&color=3b5669" alt="Continuous Integration"></a>
12+
<a href="https://github.com/welpo/shuku/actions/workflows/cd.yml">
13+
<img src="https://img.shields.io/github/actions/workflow/status/welpo/shuku/.github%2Fworkflows%2Fcd.yml?label=CD&style=flat-square&labelColor=202b2d&color=3b5669" alt="Continuous Deployment"></a>
1014
<a href="https://github.com/psf/black">
1115
<img src="https://img.shields.io/badge/code_style-black-000000?style=flat-square&labelColor=202b2d&color=black" alt="Code style: black"></a>
1216
<a href="https://github.com/welpo/shuku/blob/main/COPYING">

0 commit comments

Comments
 (0)
Please sign in to comment.