diff options
| author | Steven Sojka <steelsojka@users.noreply.github.com> | 2020-08-21 12:22:32 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-21 12:22:32 -0500 |
| commit | f3a515b3506f7ad6bd2ce88f0e150e32b93cb2dd (patch) | |
| tree | b43c5652f226b75385c1d6b36de7573262266175 | |
| parent | 5c0ca925af3332769f04c122ecb5bb9a5ca36dd0 (diff) | |
| parent | 81182975ee2dbb747470b2ba25c5799b3f5fea2e (diff) | |
Merge pull request #331 from theHamsta/sudo-style-check
Run style check as sudo
| -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 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 |
