Compare commits
2 Commits
6ebe28717b
...
dd08a4a7f8
Author | SHA1 | Date | |
---|---|---|---|
dd08a4a7f8 | |||
8adbd79a6c |
|
@ -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: test -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.9'
|
local _VERSION = '0.5.10'
|
||||||
|
|
||||||
local string_dist
|
local string_dist
|
||||||
do
|
do
|
||||||
|
|
Loading…
Reference in New Issue
Block a user