Skip to content

chore: code review fixes 2026-05 (with breaking API tightenings) (#2) #43

chore: code review fixes 2026-05 (with breaking API tightenings) (#2)

chore: code review fixes 2026-05 (with breaking API tightenings) (#2) #43

Workflow file for this run

name: build
on:
push:
branches:
- main
paths-ignore:
- "*.md"
- "LICENSE"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: "go.mod"
- name: Download dependencies
run: go mod download
- name: Build packages
run: make build