Skip to content

Reimagined: Correctly handle lengths of serialized strings #8

Reimagined: Correctly handle lengths of serialized strings

Reimagined: Correctly handle lengths of serialized strings #8

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