code improvements
This commit is contained in:
parent
7b894ca32d
commit
fa6d8becda
|
@ -6,7 +6,8 @@ pipelines:
|
||||||
- step:
|
- step:
|
||||||
name: Lint code
|
name: Lint code
|
||||||
script:
|
script:
|
||||||
- apt install luarocks
|
- apt-get update
|
||||||
- apt install lua5.1
|
- apt-get -y install lua5.1
|
||||||
|
- apt-get -y install luarocks
|
||||||
- luarocks install luacheck
|
- luarocks install luacheck
|
||||||
- luacheck .
|
- luacheck .
|
||||||
|
|
Ŝarĝante…
Reference in New Issue