Skip to content

ci: add workflow to prepare release #20

ci: add workflow to prepare release

ci: add workflow to prepare release #20

Workflow file for this run

name: Build and Test
on:
push:
branches: [ "trunk" ]
pull_request:
branches: [ "trunk" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.23'
- name: Test and Build
run: make ci