Skip to content

reuse existing task definitions #252

reuse existing task definitions

reuse existing task definitions #252

Workflow file for this run

name: Build and Test
on:
workflow_dispatch:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.24.5
- name: Build and Test
run: ./build.sh