Skip to content

Integrate with GitHub Actions and the JSON Schema CLI #6

Integrate with GitHub Actions and the JSON Schema CLI

Integrate with GitHub Actions and the JSON Schema CLI #6

Workflow file for this run

name: Standard Concepts
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install JSON Schema CLI
run: |
/bin/sh -c "$(curl -fsSL https://raw.githubusercontent.com/intelligence-ai/jsonschema/main/install -H 'Cache-Control: no-cache, no-store, must-revalidate')"
- run: jsonschema fmt schemas --check --verbose
- run: jsonschema lint schemas