1
0

Compare commits

..

No commits in common. "dd08a4a7f80284c1ffd86629d5ab19ad1d2ec084" and "6ebe28717b6a2f0e2020752a8a1820e6ea64f976" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v3
- name: Run testing library
run: test -f test && luajit test/init.lua
run: [ -f test ] && luajit test/init.lua
Static-Analysis:
runs-on: ubuntu-latest
steps:

View File

@ -2,7 +2,7 @@
--
-- Lua library for advanced error handling.
local _VERSION = '0.5.10'
local _VERSION = '0.5.9'
local string_dist
do