Compare commits
No commits in common. "13d75101f9b16253ee7ed901211bc3fa76934fae" and "6b032742d5d087dcd868ff6a620606f9e2b199eb" have entirely different histories.
13d75101f9
...
6b032742d5
|
@ -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: [ -f test ] && luajit test/init.lua
|
run: luajit test/init.lua
|
||||||
Static-Analysis:
|
Static-Analysis:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
local GAMMA = 2.2
|
local GAMMA = 2.2
|
||||||
local GAMMA_INV = 1/GAMMA
|
local GAMMA_INV = 1/GAMMA
|
||||||
|
|
||||||
local _VERSION = '1.0.10'
|
local _VERSION = '1.0.9'
|
||||||
|
|
||||||
local colors = {_VERSION = _VERSION}
|
local colors = {_VERSION = _VERSION}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user