Skip to content

feat(tui): FTS-backed browse with chips, scope picker, preview pane, and help overlay #19

feat(tui): FTS-backed browse with chips, scope picker, preview pane, and help overlay

feat(tui): FTS-backed browse with chips, scope picker, preview pane, and help overlay #19

Workflow file for this run

name: Test
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Set up just
uses: extractions/setup-just@v3
- name: Lint
run: just lint
- name: Unit tests
run: just test unit