Skip to content

chore(tui): add build target for picoclaw-launcher TUI and create REA… #11

chore(tui): add build target for picoclaw-launcher TUI and create REA…

chore(tui): add build target for picoclaw-launcher TUI and create REA… #11

Workflow file for this run

name: build
on:
push:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Build
run: make build-all