Skip to content

Migrate from master to main branch #1

Migrate from master to main branch

Migrate from master to main branch #1

Workflow file for this run

---
name: Test Action
on:
pull_request:
branches:
- main
release:
types:
- published
push:
branches:
- main
jobs:
build:
name: Test Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go 1.22
uses: actions/setup-go@v5
with:
go-version: '1.22.x'
- name: Verify
run: |
make verify