Compare commits
No commits in common. "6ebe28717b6a2f0e2020752a8a1820e6ea64f976" and "384561f40522753a6ed2d9646f018a9d34a01c26" have entirely different histories.
6ebe28717b
...
384561f405
|
@ -19,7 +19,7 @@ jobs:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Run testing library
|
- name: Run testing library
|
||||||
run: [ -f test ] && luajit test/init.lua
|
run: luajit test/init.lua
|
||||||
Static-Analysis:
|
Static-Analysis:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
--
|
--
|
||||||
-- Lua library for advanced error handling.
|
-- Lua library for advanced error handling.
|
||||||
|
|
||||||
local _VERSION = '0.5.9'
|
local _VERSION = '0.5.8'
|
||||||
|
|
||||||
local string_dist
|
local string_dist
|
||||||
do
|
do
|
||||||
|
|
Loading…
Reference in New Issue
Block a user