fix(cicd-luacheck): identation missing
Some checks failed
Luacheck / Luacheck (push) Failing after 6s
StyLua / StyLuacheck (push) Has been cancelled

This commit is contained in:
Jiří Štefka 2023-10-04 08:50:14 +02:00
parent a39b81f4b9
commit a2b08f49bb
Signed by: jiriks74
GPG Key ID: 1D5E30D3DB2264DE

@ -9,7 +9,7 @@ jobs:
- name: Setup Luacheck
run: |
apt update && apt -y install lua-check
apt update && apt install lua-check -y
- name: Luacheck linter
run: |