Skip to content

fix goreleaser config #105

fix goreleaser config

fix goreleaser config #105

Workflow file for this run

name: Build
on:
push:
paths-ignore:
- 'docs/**'
pull_request:
paths-ignore:
- 'docs/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
- name: Build
run: make build
- name: Test
run: make test