Skip to content

Introduce goreleaser #14

Introduce goreleaser

Introduce goreleaser #14

Workflow file for this run

name: build
on:
pull_request:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache: false
- uses: golangci/golangci-lint-action@v3
- run: make