diff options
| author | Santos Gallegos <stsewd@protonmail.com> | 2021-07-04 17:55:11 -0500 |
|---|---|---|
| committer | Stephan Seitz <stephan.lauf@yahoo.de> | 2021-07-05 12:39:32 +0200 |
| commit | 437e41e9fcf3866d766f953a45685ece5957de8d (patch) | |
| tree | 4f8bb1beb59d5c24138361dbff5fe9a0dd2481ca /.github | |
| parent | Update used_by for parent parsers (diff) | |
| download | nvim-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')
| -rw-r--r-- | .github/workflows/lint.yml | 2 |
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 |
