Skip to content

Commit ab08ecf

Browse files
committed
cleanup: rename action and add badge to readme
1 parent 725ff79 commit ab08ecf

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/makefile.yml renamed to .github/workflows/tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Tests
1+
name: tests
22

33
on:
44
push:
@@ -13,11 +13,11 @@ jobs:
1313
steps:
1414
- name: Clone Ziglua
1515
uses: actions/checkout@v3
16-
16+
1717
- name: Setup Zig
1818
uses: goto-bus-stop/setup-zig@v1
1919
with:
2020
version: master
21-
21+
2222
- name: Run tests
2323
run: make test

readme.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Ziglua
22

3+
[![shield showing current tests status](https://github.com/natecraddock/ziglua/actions/workflows/tests.yml/badge.svg)](https://github.com/natecraddock/ziglua/actions/workflows/tests.yml)
4+
35
A Zig library that provides a complete and lightweight wrapper around the [Lua C API](https://www.lua.org/manual/5.4/manual.html#4). Ziglua currently supports the latest releases of Lua 5.1, 5.2, 5.3, and 5.4.
46

57
The Ziglua library offers two use cases:

0 commit comments

Comments
 (0)