Skip to content

Commit f7441c9

Browse files
committed
Update badges in README
Badges with various build statuses were added in scope of commit aefa213 ("Add badges to README"), but CI has been evolved a lot, particularly, in scope of commit 4ff144a ("Split Linux and macOS testing workflows"). Hence, the badge with testing status has gone, but no touches for README have been made since then. This patch updates the badges with testing status to the actual ones. Signed-off-by: Igor Munkin <imun@cpan.org>
1 parent 6c19592 commit f7441c9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
README for LuaVela (codename uJIT)
22
----------------------------------
33

4-
.. |testing-badge| image:: https://github.com/luavela/luavela/actions/workflows/testing.yml/badge.svg
4+
.. |linux-badge| image:: https://github.com/luavela/luavela/actions/workflows/linux.yml/badge.svg
5+
.. |macos-badge| image:: https://github.com/luavela/luavela/actions/workflows/macos.yml/badge.svg
56
.. |lint-badge| image:: https://github.com/luavela/luavela/actions/workflows/lint.yml/badge.svg
67
.. |docs-badge| image:: https://readthedocs.org/projects/ujit/badge/?version=latest
78
:target: https://ujit.readthedocs.io/en/latest/?badge=latest
89

9-
|testing-badge| |lint-badge| |docs-badge|
10+
|linux-badge| |macos-badge| |lint-badge| |docs-badge|
1011

1112
LuaVela is an interpreter and a Just-In-Time (JIT) compiler for the Lua
1213
programming language.

0 commit comments

Comments
 (0)