Skip to content

Commit

Permalink
CI: add lua lint check
Browse files Browse the repository at this point in the history
We now have our first lua script so we should start checking that for
obvious problems
  • Loading branch information
lelutin committed Aug 28, 2024
1 parent 9ccb623 commit 4ca017a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/vader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ca017a

Please sign in to comment.