Compare commits
No commits in common. "dd08a4a7f80284c1ffd86629d5ab19ad1d2ec084" and "6ebe28717b6a2f0e2020752a8a1820e6ea64f976" have entirely different histories.
dd08a4a7f8
...
6ebe28717b
|
@ -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: test -f test && luajit test/init.lua
|
run: [ -f test ] && 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.10'
|
local _VERSION = '0.5.9'
|
||||||
|
|
||||||
local string_dist
|
local string_dist
|
||||||
do
|
do
|
||||||
|
|
Loading…
Reference in New Issue
Block a user