fix(CI): Run style check as sudo

This commit is contained in:
Stephan Seitz 2020-08-21 18:12:48 +02:00
parent 5c0ca925af
commit 81182975ee

View file

@ -17,4 +17,4 @@ jobs:
sudo luarocks install luacheck
- name: Run Luacheck
run: ./scripts/style-check.sh
run: sudo ./scripts/style-check.sh