Skip to content

Commit 9516b93

Browse files
authored
Merge pull request #84 from luavela/imun/update-badges-in-readme
Update badges in README
2 parents 6c19592 + f7441c9 commit 9516b93

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)