code improvements

This commit is contained in:
Juraj Vajda 2022-10-05 20:59:18 -04:00
parent 5ad428f9d3
commit b778cc268c
2 changed files with 2 additions and 1 deletions

View File

@ -9,5 +9,7 @@ pipelines:
- pip
script:
- if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- sudo apt install luarocks
- sudo apt install lua5.1
- luarocks install luacheck
- luacheck .

View File

@ -1 +0,0 @@
luarocks>=3.9.1