1
0

Compare commits

..

No commits in common. "6da3e5ce57372fd271a0026de8b3b5c2d9f524d2" and "c29406e68cee53b5caebfab173b8595dd3d9b739" 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 - 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:

View File

@ -192,7 +192,7 @@ unjustified, abandoning it's eye-guiding attributes.
8. Special cases: (Array-tree, Table-Tree, Linked-List, Predictive Sequences) TODO 8. Special cases: (Array-tree, Table-Tree, Linked-List, Predictive Sequences) TODO
--]] --]]
local _VERSION = '0.5.9' local _VERSION = '0.5.8'
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
-- Import files -- Import files