code improvements

This commit is contained in:
Juraj Vajda 2022-10-05 21:06:46 -04:00
parent 7b894ca32d
commit fa6d8becda

View File

@ -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 .