Skip to content

fix(web): restore chat composer disabled-state messaging and clean up… #116

fix(web): restore chat composer disabled-state messaging and clean up…

fix(web): restore chat composer disabled-state messaging and clean up… #116

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 core binaries
run: make build-all