Skip to content

Commit

Permalink
ci: made luacheck support love globals
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasgeiler committed Sep 19, 2024
1 parent f0c2f7a commit aaffef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
echo "::add-matcher::visual-studio-problem-matcher.json"
# run luacheck
luacheck . --no-cache --formatter visual_studio --include-files "joysticktester/**/*.lua"
luacheck . --no-cache --formatter visual_studio --std +love --include-files "joysticktester/**/*.lua"

0 comments on commit aaffef9

Please sign in to comment.