Skip to content

fix(tui): remove autoguess tasks, add session list scroll, fix kiro y/n #11

fix(tui): remove autoguess tasks, add session list scroll, fix kiro y/n

fix(tui): remove autoguess tasks, add session list scroll, fix kiro y/n #11

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go/go.mod
- run: make check
working-directory: go