Skip to content

fix(binaries): navigate to target directory if exists #847

fix(binaries): navigate to target directory if exists

fix(binaries): navigate to target directory if exists #847

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