Skip to content

Commit 1ea4a57

Browse files
TotktonadaKorablev77
authored andcommitted
readme: prettify text on the GitHub Action badges
The displayed names now corresponds to the `name` field in the workflow files: * `fast_testing` -> `Linux testing` * `osx_testing` -> `OS X testing` * `packaging` -> `Packaging` See [1] for the reference. [1]: https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge Follows up PR #163
1 parent fc20dfd commit 1ea4a57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
Tarantool C client libraries
33
-------------------------------------------------------------------------------
44

5-
.. image:: https://github.com/tarantool/tarantool-c/workflows/fast_testing/badge.svg
5+
.. image:: https://github.com/tarantool/tarantool-c/actions/workflows/fast_testing.yml/badge.svg
66
:target: https://github.com/tarantool/tarantool-c/actions/workflows/fast_testing.yml?query=branch%3Amaster
77
:alt: Linux testing
88

9-
.. image:: https://github.com/tarantool/tarantool-c/workflows/osx_testing/badge.svg
9+
.. image:: https://github.com/tarantool/tarantool-c/actions/workflows/osx_testing.yml/badge.svg
1010
:target: https://github.com/tarantool/tarantool-c/actions/workflows/osx_testing.yml?query=branch%3Amaster
1111
:alt: OS X testing
1212

13-
.. image:: https://github.com/tarantool/tarantool-c/workflows/packaging/badge.svg
13+
.. image:: https://github.com/tarantool/tarantool-c/actions/workflows/packaging.yml/badge.svg
1414
:target: https://github.com/tarantool/tarantool-c/actions/workflows/packaging.yml?query=branch%3Amaster
1515
:alt: Packaging
1616

0 commit comments

Comments
 (0)