Skip to content

build CI

build CI #2

Workflow file for this run

name: Build binary on PR
on:
pull_request:
branches:
- main
jobs:
builder:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: stable
- name: Build
run: make build