Skip to content

add AGENTS.md for LLM agents interfacing with this repository (#1817) #4303

add AGENTS.md for LLM agents interfacing with this repository (#1817)

add AGENTS.md for LLM agents interfacing with this repository (#1817) #4303

Workflow file for this run

name: build
on:
push:
branches:
- '**'
pull_request:
paths:
- '**'
- '!doc/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version-file: "go.mod"
- run: make build