Skip to content

Commit

Permalink
CI: Replace shellcheck steps with action
Browse files Browse the repository at this point in the history
  • Loading branch information
lelutin committed Aug 28, 2024
1 parent 9ccb623 commit c71560d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/vader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +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
- name: Install shellcheck
run: sudo apt-get -y install shellcheck
- name: Lint shell scripts
run: "shellcheck **/*.sh"
- uses: ludeeus/action-shellcheck@master

tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c71560d

Please sign in to comment.