Skip to content

Permit Javascript/Cucumber #25

Permit Javascript/Cucumber

Permit Javascript/Cucumber #25

Workflow file for this run

name: "CI"
on:
- push
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "^1.19.2"
- run: go install github.com/santhosh-tekuri/jsonschema/v5/cmd/[email protected]
- run: jv -assertformat v1.json v1-sample.json