Compare commits
No commits in common. "2eeeabd7770fbd4f16f87597b27669bfec1f7c47" and "504b981814994668155dab6acf609ca7330db54f" have entirely different histories.
2eeeabd777
...
504b981814
|
@ -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:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
--
|
||||
-- @author Jon Michael Aanes (jonjmaa@gmail.com)
|
||||
|
||||
local _VERSION = '0.1.5'
|
||||
local _VERSION = '0.1.4'
|
||||
|
||||
local palette_swap = {
|
||||
_VERSION = _VERSION,
|
||||
|
|
Loading…
Reference in New Issue
Block a user