Skip to content

Commit

Permalink
only luacheck files from the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
fspv committed Jan 27, 2025
1 parent 61ee811 commit 7015daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/luacheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
# https://luacheck.readthedocs.io/en/stable/cli.html
# https://luacheck.readthedocs.io/en/stable/warnings.html
run: |
luacheck . --no-max-line-length --std luajit --globals vim -u --ignore 512
luacheck . --no-max-line-length --std luajit --globals vim -u --ignore 512 --include-files lua --include-files test

0 comments on commit 7015daf

Please sign in to comment.