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