Skip to content

Commit 1c852bb

Browse files
authored
docs: uses RST substitution to put badges in 1 line (#149)
* uses RST substitution to put badges in 1 line * fix: update labeler.yml * chore: delete .github/workflows/labeler.yml * chore: delete .github/labeler.yml
1 parent 9d26895 commit 1c852bb

File tree

3 files changed

+8
-24
lines changed

3 files changed

+8
-24
lines changed

.github/labeler.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.github/workflows/labeler.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

README.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,32 @@
11
Commit Check
22
============
33

4-
.. image:: https://img.shields.io/pypi/v/commit-check?logo=python&logoColor=white
4+
.. |pypi-version| image:: https://img.shields.io/pypi/v/commit-check?logo=python&logoColor=white
55
:target: https://pypi.org/project/commit-check/
66
:alt: PyPI
77

8-
.. image:: https://github.com/commit-check/commit-check/actions/workflows/main.yml/badge.svg
8+
.. |ci-badge| image:: https://github.com/commit-check/commit-check/actions/workflows/main.yml/badge.svg
99
:target: https://github.com/commit-check/commit-check/actions/workflows/main.yml
1010
:alt: CI
1111

12-
.. image:: https://sonarcloud.io/api/project_badges/measure?project=commit-check_commit-check&metric=alert_status
12+
.. |sonar-badge| image:: https://sonarcloud.io/api/project_badges/measure?project=commit-check_commit-check&metric=alert_status
1313
:target: https://sonarcloud.io/summary/new_code?id=commit-check_commit-check
1414
:alt: Quality Gate Status
1515

16-
.. image:: https://codecov.io/gh/commit-check/commit-check/branch/main/graph/badge.svg?token=GC2U5V5ZRT
16+
.. |codecov-badge| image:: https://codecov.io/gh/commit-check/commit-check/branch/main/graph/badge.svg?token=GC2U5V5ZRT
1717
:target: https://codecov.io/gh/commit-check/commit-check
1818
:alt: CodeCov
1919

20-
.. image:: https://img.shields.io/badge/commit--check-enabled-brightgreen?logo=Git&logoColor=white
20+
.. |commit-check-badge| image:: https://img.shields.io/badge/commit--check-enabled-brightgreen?logo=Git&logoColor=white
2121
:target: https://github.com/commit-check/commit-check
2222
:alt: commit-check
2323

24-
.. image:: https://slsa.dev/images/gh-badge-level3.svg
24+
.. |slsa-badge| image:: https://slsa.dev/images/gh-badge-level3.svg
2525
:target: https://slsa.dev
2626
:alt: SLSA
2727

28+
|pypi-version| |ci-badge| |sonar-badge| |codecov-badge| |commit-check-badge| |slsa-badge|
29+
2830
Overview
2931
--------
3032

0 commit comments

Comments
 (0)