Compare commits
2 Commits
9744d841f7
...
504b981814
Author | SHA1 | Date | |
---|---|---|---|
504b981814 | |||
0100738d25 |
|
@ -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: 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:
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
--
|
--
|
||||||
-- @author Jon Michael Aanes (jonjmaa@gmail.com)
|
-- @author Jon Michael Aanes (jonjmaa@gmail.com)
|
||||||
|
|
||||||
local _VERSION = '0.1.3'
|
local _VERSION = '0.1.4'
|
||||||
|
|
||||||
local palette_swap = {
|
local palette_swap = {
|
||||||
_VERSION = _VERSION,
|
_VERSION = _VERSION,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user