Skip to content

Sidebar: → moves focus into the selected terminal (#295) #631

Sidebar: → moves focus into the selected terminal (#295)

Sidebar: → moves focus into the selected terminal (#295) #631

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: macos-26
permissions:
contents: read
id-token: write
env:
MISE_HTTP_TIMEOUT: 120
MISE_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v6
with:
submodules: recursive
- uses: ./.github/actions/setup-macos
- run: make lint
- run: make build-app
- run: make test