Skip to content

fix: add $schema field to input to allow round-trips #390

fix: add $schema field to input to allow round-trips

fix: add $schema field to input to allow round-trips #390

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
name: Build & Test
steps:
- uses: actions/checkout@v2
- name: Setup go
uses: actions/setup-go@v1
with:
go-version: "1.20"
- run: go test -coverprofile=coverage.txt -covermode=atomic ./...
- uses: codecov/codecov-action@v1