Skip to content

refactor(nvim): adopt v3 indent-blankline #672

refactor(nvim): adopt v3 indent-blankline

refactor(nvim): adopt v3 indent-blankline #672

Workflow file for this run

name: Shell Check
on: push
jobs:
shellcheck:
name: Shell Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -e SC1090 -e SC2034 -e SC2154 -e SC2317
with:
ignore_paths: zsh
- name: Ban echo
run: |
! grep 'echo' install.sh