Skip to content

mutate: Create a defensive annotations copy #1498

mutate: Create a defensive annotations copy

mutate: Create a defensive annotations copy #1498

Workflow file for this run

name: Build
on:
pull_request:
branches: ['main']
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: |
go build ./...
go test -run=^$ ./...