Skip to content

Fix: Consistently indent with 2 spaces #34

Fix: Consistently indent with 2 spaces

Fix: Consistently indent with 2 spaces #34

Workflow file for this run

name: ShellCheck
on:
pull_request: null
push:
paths:
- .github/workflows/shellcheck.yaml
- '**.sh'
jobs:
shellcheck:
name: ShellCheck
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: ShellCheck
run: find . -type f -name '*.sh' | grep -v generate-stackbrew-library | xargs shellcheck