Skip to content

Add a command to run in headful version mid-conversation #12

Add a command to run in headful version mid-conversation

Add a command to run in headful version mid-conversation #12

Workflow file for this run

name: go-tests
on:
pull_request:
push:
branches: [main]
paths-ignore:
- "**.md"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.21.0"
- name: Build
run: go build -v ./...