diff --git a/.github/workflows/vader.yml b/.github/workflows/vader.yml index f2eae76..c193be8 100644 --- a/.github/workflows/vader.yml +++ b/.github/workflows/vader.yml @@ -19,6 +19,7 @@ jobs: run: pip install --pre vim-vint - name: Lint vimscript files run: vint --warning --enable-neovim ./after ./autoload ./compiler ./ftdetect ./ftplugin ./indent ./syntax + - uses: lunarmodules/luacheck@v1 - name: Install shellcheck run: sudo apt-get -y install shellcheck - name: Lint shell scripts