summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSantos Gallegos <stsewd@protonmail.com>2021-07-04 17:55:11 -0500
committerStephan Seitz <stephan.lauf@yahoo.de>2021-07-05 12:39:32 +0200
commit437e41e9fcf3866d766f953a45685ece5957de8d (patch)
tree4f8bb1beb59d5c24138361dbff5fe9a0dd2481ca /.github
parent8b876207e6ed1a5b7cd07d1525a917f121f6b018 (diff)
Luacheck: use config file to exclude files
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 16d8fdb2..69727989 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -17,7 +17,7 @@ jobs:
sudo luarocks install luacheck
- name: Run Luacheck
- run: sudo ./scripts/style-check.sh
+ run: luacheck .
stylua:
name: StyLua