diff options
Diffstat (limited to '.github/workflows/lint.yml')
| -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 7c0d9133..ce14ade8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,7 +18,7 @@ jobs: sudo luarocks install luacheck - name: Run luacheck run: | - sudo make lint + luacheck lua/* test/* style-lint: runs-on: [ubuntu-latest] steps: |
