diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 41ee77272..6d3d3fec4 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 |
