Skip to content

initial claude-generated agent, needs a bunch of cleanup but I want t… #178

initial claude-generated agent, needs a bunch of cleanup but I want t…

initial claude-generated agent, needs a bunch of cleanup but I want t… #178

Workflow file for this run

name: build
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '>=1.17.0'
id: go
- name: Build
run: make all