Skip to content

fix: check blocks on "minItems/maxItems" and default value on 0 #133

fix: check blocks on "minItems/maxItems" and default value on 0

fix: check blocks on "minItems/maxItems" and default value on 0 #133

Workflow file for this run

name: build-and-test-windows
on: [push, pull_request]
jobs:
build-and-test:
runs-on: windows-latest
steps:
- name: Git checkout
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
- run: go version
- run: go env
- run: go test ./...
- run: go build