Skip to content

swap hammerspoon configs from yabai to aerospace #144

swap hammerspoon configs from yabai to aerospace

swap hammerspoon configs from yabai to aerospace #144

Workflow file for this run

name: lint
on:
push:
branches:
- main
jobs:
shellcheck:
runs-on: ubuntu-latest
env:
SHELLCHECK_OPTS: "-e SC1091 -e SC1090 -e SC1117 -s bash"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v4
- uses: extractions/setup-just@v2
- run: shellcheck --version
- run: env | grep SHELLCHECK
- run: just lint