Skip to content

Apparently where isn't a bash command #135

Apparently where isn't a bash command

Apparently where isn't a bash command #135

Workflow file for this run

name: Shellcheck
on: [push]
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Run shellcheck of .sh files
run: |
shopt -s globstar
shellcheck -x -- **/*.sh