Skip to content

brew: enable completions for brew #60

brew: enable completions for brew

brew: enable completions for brew #60

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install ShellCheck
run: sudo apt install -y shellcheck
- name: Run ShellCheck
run: shellcheck ./install.sh ./scripts/*.bash