diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/lint.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 65523d18..3140cc69 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,5 +18,4 @@ jobs: sudo luarocks install luacheck - name: Run luacheck run: | - luacheck . - + make lint |
