Skip to content

Enhance Avro handling in Result package with decimal support and union extraction #256

Enhance Avro handling in Result package with decimal support and union extraction

Enhance Avro handling in Result package with decimal support and union extraction #256

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