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