Merge pull request #331 from theHamsta/sudo-style-check

Run style check as sudo
This commit is contained in:
Steven Sojka 2020-08-21 12:22:32 -05:00 committed by GitHub
commit f3a515b350
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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