Skip to content

[Schemas] Connector SDK: Create and get a schema from Conduit #448

[Schemas] Connector SDK: Create and get a schema from Conduit

[Schemas] Connector SDK: Create and get a schema from Conduit #448

Workflow file for this run

name: build
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/[email protected]
with:
go-version-file: 'go.mod'
- name: Test
run: go test ./...