Skip to content

Add height to infrastructure type (towers, etc.) #1173

Add height to infrastructure type (towers, etc.)

Add height to infrastructure type (towers, etc.) #1173

# This is based on the Go starter workflow from:
# https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go
name: Validate schema, examples, and counterexamples
on:
push:
paths:
- 'schema/**'
- 'examples/**'
- 'counterexamples/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
- name: Install dependencies
run: go install github.com/santhosh-tekuri/jsonschema/cmd/jv@latest
- name: Validate
run: ./test.sh