aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/lint.yml
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/workflows/lint.yml
parentUpdate used_by for parent parsers (diff)
downloadnvim-treesitter-437e41e9fcf3866d766f953a45685ece5957de8d.tar
nvim-treesitter-437e41e9fcf3866d766f953a45685ece5957de8d.tar.gz
nvim-treesitter-437e41e9fcf3866d766f953a45685ece5957de8d.tar.bz2
nvim-treesitter-437e41e9fcf3866d766f953a45685ece5957de8d.tar.lz
nvim-treesitter-437e41e9fcf3866d766f953a45685ece5957de8d.tar.xz
nvim-treesitter-437e41e9fcf3866d766f953a45685ece5957de8d.tar.zst
nvim-treesitter-437e41e9fcf3866d766f953a45685ece5957de8d.zip
Luacheck: use config file to exclude files
Diffstat (limited to '.github/workflows/lint.yml')
-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 16d8fdb2e..697279895 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