Skip to content

Add tests of selector that follows another selector. Resolves #96 #104

Add tests of selector that follows another selector. Resolves #96

Add tests of selector that follows another selector. Resolves #96 #104

name: Validate JSONs
on: [pull_request]
jobs:
verify-json-validation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Validate CTS against JSON Schema
uses: cardinalby/schema-validator-action@v2
with:
file: 'tests/**/*.json|cts.json'
schema: 'cts.schema.json'