Skip to content

feat: use goreleaser to build binaries #23

feat: use goreleaser to build binaries

feat: use goreleaser to build binaries #23

Workflow file for this run

name: pull request
on:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
pr-build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Commitsar check
uses: aevea/[email protected]
- name: Build to test
env:
BUILD_TARGET: "dev"
run: make ci