Compare commits
2 Commits
13d75101f9
...
64d317ffcd
Author | SHA1 | Date | |
---|---|---|---|
64d317ffcd | |||
bd81c86d92 |
|
@ -19,7 +19,7 @@ jobs:
|
|||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- name: Run testing library
|
||||
run: [ -f test ] && luajit test/init.lua
|
||||
run: test -f test && luajit test/init.lua
|
||||
Static-Analysis:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
local GAMMA = 2.2
|
||||
local GAMMA_INV = 1/GAMMA
|
||||
|
||||
local _VERSION = '1.0.10'
|
||||
local _VERSION = '1.0.11'
|
||||
|
||||
local colors = {_VERSION = _VERSION}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user