Skip to content

feat(binaries): optimize directory search through fd and rg #848

feat(binaries): optimize directory search through fd and rg

feat(binaries): optimize directory search through fd and rg #848

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