feat: add editor for neovim terminal #1235
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: lint | |
on: | |
push: | |
jobs: | |
sh-checker: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Run the sh-checker | |
uses: luizm/[email protected] | |
env: | |
SHELLCHECK_OPTS: -x | |
with: | |
sh_checker_comment: false | |
sh_checker_exclude: "scripts/lib/ start.sh" |