Skip to content

support proto oneof, multi-line descriptions with yaml, native int schemas, validation markers #11

support proto oneof, multi-line descriptions with yaml, native int schemas, validation markers

support proto oneof, multi-line descriptions with yaml, native int schemas, validation markers #11

Workflow file for this run

name: Test
on:
pull_request:
branches: [main]
jobs:
go:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go 1.22
uses: actions/setup-go@v4
with:
go-version: '1.22.x'
- name: Run tests
run: make build-and-test