Bumped workflows to v6.19
This commit is contained in:
parent
e839318682
commit
99ce47f831
|
@ -1,6 +1,8 @@
|
||||||
name: LÖVE/Lua Library
|
name: Lua Library
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Lua-Testing:
|
||||||
|
uses: jmaa/workflows/.gitea/workflows/lua-testing.yaml@v6.19
|
||||||
Static-Analysis:
|
Static-Analysis:
|
||||||
uses: jmaa/workflows/.gitea/workflows/lua-static-analysis.yaml@v6.16
|
uses: jmaa/workflows/.gitea/workflows/lua-static-analysis.yaml@v6.19
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
|
# Assert Gooder
|
||||||
# Assert Gooder #
|
|
||||||
|
|
||||||
_Lua_ library implementing an alternative version of Lua's `assert` function,
|
_Lua_ library implementing an alternative version of Lua's `assert` function,
|
||||||
giving much better error messages, when asserts fails. It does this by analysing
|
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
|
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.
|
this stuff is worth it, you can buy me a beer in return.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user