code improvements

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

View File

@ -6,7 +6,7 @@ pipelines:
- step: - step:
name: Lint code name: Lint code
script: script:
- sudo apt install luarocks - apt install luarocks
- sudo apt install lua5.1 - apt install lua5.1
- luarocks install luacheck - luarocks install luacheck
- luacheck . - luacheck .