Skip to content

Add gated Network mutations, field select, and goreleaser. #4

Add gated Network mutations, field select, and goreleaser.

Add gated Network mutations, field select, and goreleaser. #4

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.26.x"
- name: Vet
run: go vet ./...
- name: Test
run: go test ./...
- name: Build
run: go build -o bin/unicli ./cmd/unicli