Skip to content

Integrate with GitHub Actions and the JSON Schema CLI #1

Integrate with GitHub Actions and the JSON Schema CLI

Integrate with GitHub Actions and the JSON Schema CLI #1

Workflow file for this run

name: Standard Concepts
on:
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")"

Check failure on line 12 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 12
- run: jsonschema