1
0
Fork 0

Bumped workflows to v6.19
Lua Library / Lua-Testing (push) Failing after 5s Details
Lua Library / Static-Analysis (push) Successful in 4s Details

This commit is contained in:
Jon Michael Aanes 2024-04-26 11:48:20 +02:00
parent e839318682
commit 99ce47f831
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,8 @@
name: LÖVE/Lua Library
name: Lua Library
on: [push]
jobs:
Lua-Testing:
uses: jmaa/workflows/.gitea/workflows/lua-testing.yaml@v6.19
Static-Analysis:
uses: jmaa/workflows/.gitea/workflows/lua-static-analysis.yaml@v6.16
uses: jmaa/workflows/.gitea/workflows/lua-static-analysis.yaml@v6.19

View File

@ -1,5 +1,4 @@
# Assert Gooder #
# Assert Gooder
_Lua_ library implementing an alternative version of Lua's `assert` function,
giving much better error messages, when asserts fails. It does this by analysing
@ -45,4 +44,3 @@ assert with `assert-gooder`.
can do whatever you want with this stuff. If we meet some day, and you think
this stuff is worth it, you can buy me a beer in return.
```