summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorStephan Seitz <stephan.seitz@fau.de>2020-08-21 18:12:48 +0200
committerStephan Seitz <stephan.seitz@fau.de>2020-08-21 18:52:18 +0200
commit81182975ee2dbb747470b2ba25c5799b3f5fea2e (patch)
treeb43c5652f226b75385c1d6b36de7573262266175 /.github/workflows
parent5c0ca925af3332769f04c122ecb5bb9a5ca36dd0 (diff)
fix(CI): Run style check as sudo
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 41ee7727..6d3d3fec 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -17,4 +17,4 @@ jobs:
sudo luarocks install luacheck
- name: Run Luacheck
- run: ./scripts/style-check.sh
+ run: sudo ./scripts/style-check.sh