Skip to content

fix: do not offer shell change on macOS #216

fix: do not offer shell change on macOS

fix: do not offer shell change on macOS #216

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
shellcheck:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run ShellCheck
run: |
bash -c 'shopt -s globstar nullglob; shellcheck **/*.sh'